<div dir="ltr">Hi,<div><br></div><div>I have a piece of code that receives a cowboy_req:http_req() object and depending on some Context sets 1 or more cookies using cowboy_req:set_resp_cookie/4. </div><div><br></div><div style>

add_cookies(Req, Context) -> ReqWithCookiesSet</div><div><br></div><div>I want to write a unit test for it, checking that the right cookies are set for the right Context.  How can I do that? I miss something like cowboy_req:get_resp_cookie/2 or so. </div>

<div style><br></div><div style>Thx in advance for your help.</div><div><div><br></div>-- <br>Enrique
</div></div>