Cookie holder object
Methods
Name | Description |
---|---|
Requests_Cookie_Jar::__construct | Create a new jar |
Requests_Cookie_Jar::before_redirect_check | 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::getIterator | Get an iterator for the data |
Requests_Cookie_Jar::normalize_cookie | Normalise cookie data into a Requests_Cookie |
Requests_Cookie_Jar::normalizeCookie | Normalise cookie data into a Requests_Cookie — deprecated |
Requests_Cookie_Jar::offsetExists | Check if the given item exists |
Requests_Cookie_Jar::offsetGet | Get the value for the item |
Requests_Cookie_Jar::offsetSet | Set the given item |
Requests_Cookie_Jar::offsetUnset | Unset the given header |
Requests_Cookie_Jar::register | Register the cookie handler with the request’s hooking system |
User Contributed Notes
You must log in before being able to contribute a note or feedback.