wp-includes/Requests/Cookie/Jar.php
Lines:
1 to 22 of 22
<?php /** * Cookie holder object * * @package Requests * @subpackage Cookies */ /* class Requests_Cookie_Jar */ /* function Requests_Cookie_Jar::__construct() – Create a new jar */ /* function Requests_Cookie_Jar::normalize_cookie() – Normalise cookie data into a Requests_Cookie */ /* function Requests_Cookie_Jar::normalizeCookie() – Normalise cookie data into a Requests_Cookie */ /* function Requests_Cookie_Jar::offsetExists() – Check if the given item exists */ /* function Requests_Cookie_Jar::offsetGet() – Get the value for the item */ /* function Requests_Cookie_Jar::offsetSet() – Set the given item */ /* function Requests_Cookie_Jar::offsetUnset() – Unset the given header */ /* function Requests_Cookie_Jar::getIterator() – Get an iterator for the data */ /* function Requests_Cookie_Jar::register() – Register the cookie handler with the request’s hooking system */ /* function Requests_Cookie_Jar::before_request() – Add Cookie header to a request if we have any */ /* function Requests_Cookie_Jar::before_redirect_check() – Parse all cookies from a response and attach them to the response */