libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
Internal Structures

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.
 

Detailed Description

Internal implementation structures.

Typedef Documentation

◆ cookie_domain_bucket_t

Domain bucket for cookie storage.

Internal structure for organizing cookies by domain.

◆ cookie_jar_t

typedef struct cookie_jar cookie_jar_t

Container for multiple cookies.

Cookie jar implementation.

Main container for cookie storage and management.