Parse all cookies from a response and attach them to the response
Requests_Cookie_Jar::before_request
Add Cookie header to a request if we have any
Requests_Cookie_Jar::register
Register the cookie handler with the request’s hooking system
Requests_Cookie_Jar::getIterator
Get an iterator for the data
Advertisement
Requests_Cookie_Jar::offsetUnset
Unset the given header
Requests_Cookie_Jar::offsetSet
Set the given item
Requests_Cookie_Jar::offsetGet
Get the value for the item
Requests_Cookie_Jar::offsetExists
Check if the given item exists
Advertisement
Requests_Cookie_Jar::normalizeCookie
Normalise cookie data into a Requests_Cookie
Requests_Cookie_Jar::__construct
Create a new jar
Requests_Cookie_Jar::normalize_cookie
Normalise cookie data into a Requests_Cookie
Requests_Cookie_Jar
Cookie holder object