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 Matching

Match cookies to requests. More...

Data Structures

struct  cookie_match
 Cookie match result. More...
 

Typedefs

typedef struct cookie_match cookie_match_t
 Cookie match result.
 

Detailed Description

Match cookies to requests.

Typedef Documentation

◆ cookie_match_t

typedef struct cookie_match cookie_match_t

Cookie match result.

Linked list of cookies that match a request.