You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gem uses the sparklemotion/http-cookie library to provide HTTP::Cookie and HTTP::CookieJar classes. To obtain the cookie jar for a given response, call the #cookies method:
>> response=HTTP.get("https://www.google.com")=>#<HTTP::Response/1.1 200 OK [...]>
>> response.cookies=>#<HTTP::CookieJar:0x007fe48c245a40 @jar={"google.com"=>{"/"=>{"NID"=>#<HTTP::Cookie:name="NID", value="77=MhhSY6nnIUwA[...]">>