libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Bitfield flags for cookie attributes. More...
Enumerations | |
enum | cookie_flags_t { COOKIE_FLAG_SECURE = 1 << 0 , COOKIE_FLAG_HTTP_ONLY = 1 << 1 , COOKIE_FLAG_HOST_ONLY = 1 << 2 , COOKIE_FLAG_SESSION = 1 << 3 , COOKIE_FLAG_PERSISTENT = 1 << 4 } |
Cookie attribute flags. More... | |
Bitfield flags for cookie attributes.
enum cookie_flags_t |
Cookie attribute flags.
These flags control cookie behavior and security attributes.