extension/cookie_jar library
Classes
- CookieJar
- CookieJar is a cookie container and manager for HTTP requests.
- DefaultCookieJar
- DefaultCookieJar is a default cookie manager which implements the standard cookie policy declared in RFC.
- FileStorage
-
Persist
Cookies
in the host file storage. - PersistCookieJar
- PersistCookieJar is a cookie manager which implements the standard cookie policy declared in RFC. PersistCookieJar persists the cookies in files, if the application exit, the cookies always exist unless user explicitly called delete.
- SerializableCookie
- Storage