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 Structure

Internal cookie data structure. More...

Data Structures

struct  cookie
 HTTP cookie structure. More...
 

Typedefs

typedef struct cookie cookie_t
 Individual HTTP cookie.
 

Detailed Description

Internal cookie data structure.

Typedef Documentation

◆ cookie_t

typedef struct cookie cookie_t

Individual HTTP cookie.

HTTP cookie structure.

Contains all cookie data and metadata including attributes and timestamps.