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

Cookie iterator implementation. More...

#include <cookie.h>

Data Fields

cookie_jar_tjar
 
size_t bucket_index
 
cookie_domain_bucket_tcurrent_bucket
 
cookie_tcurrent_cookie
 
const char * domain_filter
 
bool include_http_only
 

Detailed Description

Cookie iterator implementation.

Used to traverse all cookies or cookies for a specific domain.

Field Documentation

◆ bucket_index

size_t cookie_iterator::bucket_index

Current bucket index

◆ current_bucket

cookie_domain_bucket_t* cookie_iterator::current_bucket

Current bucket

◆ current_cookie

cookie_t* cookie_iterator::current_cookie

Current cookie

◆ domain_filter

const char* cookie_iterator::domain_filter

Domain filter (NULL for all)

◆ include_http_only

bool cookie_iterator::include_http_only

Include HttpOnly cookies

◆ jar

cookie_jar_t* cookie_iterator::jar

Cookie jar being iterated


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