libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Internal implementation structures. More...
Data Structures | |
struct | cookie_domain_bucket |
Domain bucket for cookie storage. More... | |
struct | cookie_jar |
Cookie jar implementation. More... | |
Typedefs | |
typedef struct cookie_domain_bucket | cookie_domain_bucket_t |
Domain bucket for cookie storage. | |
typedef struct cookie_jar | cookie_jar_t |
Container for multiple cookies. | |
Internal implementation structures.
typedef struct cookie_domain_bucket cookie_domain_bucket_t |
Domain bucket for cookie storage.
Internal structure for organizing cookies by domain.
typedef struct cookie_jar cookie_jar_t |
Container for multiple cookies.
Cookie jar implementation.
Main container for cookie storage and management.