class Requests_Cookie_Jar {}
Cookie holder object
Contents
Methods
- __construct — Create a new jar
- before_redirect_check — Parse all cookies from a response and attach them to the response
- before_request — Add Cookie header to a request if we have any
- getIterator — Get an iterator for the data
- normalize_cookie — Normalise cookie data into a Requests_Cookie
- normalizeCookie — Normalise cookie data into a Requests_Cookie — deprecated
- offsetExists — Check if the given item exists
- offsetGet — Get the value for the item
- offsetSet — Set the given item
- offsetUnset — Unset the given header
- register — Register the cookie handler with the request's hooking system
Source
File: wp-includes/Requests/Cookie/Jar.php
.
View all references