i can response one cookie with `respond_with_data(headers={"Set-Cookie":"somecookie=somevalue;"})` but how can i make a response with more than one cookies?
i can response one cookie with
respond_with_data(headers={"Set-Cookie":"somecookie=somevalue;"})but how can i make a response with more than one cookies?