File: wp-includes/Requests/src/Cookie.php
-
methodCookie::parse()
Parse a cookie string into a cookie object
-
Parse all Set-Cookie headers from request headers
-
Parse an individual cookie attribute
-
Format a cookie for a Cookie header
-
Format a cookie for a Set-Cookie header
-
methodCookie::__toString()
Get the cookie value
-
methodCookie::is_expired()
Check if a cookie is expired.
-
methodCookie::uri_matches()
Check if a cookie is valid for a given URI
-
methodCookie::domain_matches()
Check if a cookie is valid for a given domain
-
methodCookie::path_matches()
Check if a cookie is valid for a given path
-
methodCookie::normalize()
Normalize cookie and attributes
-
classCookie
Cookie storage object
-
methodCookie::__construct()
Create a new cookie object