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

Domain bucket for cookie storage. More...

#include <cookie.h>

Data Fields

char * domain
 
cookie_tcookies
 
size_t count
 
struct cookie_domain_bucketnext
 

Detailed Description

Domain bucket for cookie storage.

Internal structure for organizing cookies by domain.

Field Documentation

◆ cookies

cookie_t* cookie_domain_bucket::cookies

Cookies for this domain

◆ count

size_t cookie_domain_bucket::count

Number of cookies

◆ domain

char* cookie_domain_bucket::domain

Domain name

◆ next

struct cookie_domain_bucket* cookie_domain_bucket::next

Next bucket in hash table


The documentation for this struct was generated from the following file: