[−][src]Module chttp::cookies
Cookie state management.
This module provides a cookie jar implementation conforming to RFC 6265.
Structs
| Cookie | Information stored about an HTTP cookie. |
| CookieJar | Provides automatic cookie session management using an in-memory cookie store. |