libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Cookie match result. More...
#include <cookie.h>
Data Fields | |
cookie_t * | cookie |
struct cookie_match * | next |
Cookie match result.
Linked list of cookies that match a request.
cookie_t* cookie_match::cookie |
Matching cookie
struct cookie_match* cookie_match::next |
Next match in list