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_jar Struct Reference

Cookie jar implementation. More...

#include <cookie.h>

Data Fields

cookie_jar_config_t config
 
cookie_domain_bucket_t ** domain_buckets
 
size_t bucket_count
 
size_t total_cookies
 
bool dirty
 
time_t last_cleanup
 

Detailed Description

Cookie jar implementation.

Main container for cookie storage and management.

Field Documentation

◆ bucket_count

size_t cookie_jar::bucket_count

Number of hash buckets

◆ config

cookie_jar_config_t cookie_jar::config

Configuration options

◆ dirty

bool cookie_jar::dirty

True if changes need saving

◆ domain_buckets

cookie_domain_bucket_t** cookie_jar::domain_buckets

Hash table of domain buckets

◆ last_cleanup

time_t cookie_jar::last_cleanup

Last cleanup timestamp

◆ total_cookies

size_t cookie_jar::total_cookies

Total cookies stored


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