libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Domain bucket for cookie storage. More...
#include <cookie.h>
Data Fields | |
char * | domain |
cookie_t * | cookies |
size_t | count |
struct cookie_domain_bucket * | next |
Domain bucket for cookie storage.
Internal structure for organizing cookies by domain.
cookie_t* cookie_domain_bucket::cookies |
Cookies for this domain
size_t cookie_domain_bucket::count |
Number of cookies
char* cookie_domain_bucket::domain |
Domain name
struct cookie_domain_bucket* cookie_domain_bucket::next |
Next bucket in hash table