libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
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 |
Cookie jar implementation.
Main container for cookie storage and management.
size_t cookie_jar::bucket_count |
Number of hash buckets
cookie_jar_config_t cookie_jar::config |
Configuration options
bool cookie_jar::dirty |
True if changes need saving
cookie_domain_bucket_t** cookie_jar::domain_buckets |
Hash table of domain buckets
time_t cookie_jar::last_cleanup |
Last cleanup timestamp
size_t cookie_jar::total_cookies |
Total cookies stored