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

Cookie match result. More...

#include <cookie.h>

Data Fields

cookie_tcookie
 
struct cookie_matchnext
 

Detailed Description

Cookie match result.

Linked list of cookies that match a request.

Field Documentation

◆ cookie

cookie_t* cookie_match::cookie

Matching cookie

◆ next

struct cookie_match* cookie_match::next

Next match in list


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