libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Control when credentials are sent with requests. More...
Enumerations | |
enum | fetch_credentials_t { FETCH_CREDENTIALS_OMIT , FETCH_CREDENTIALS_SAME_ORIGIN , FETCH_CREDENTIALS_INCLUDE } |
Credential handling modes. More... | |
Control when credentials are sent with requests.
enum fetch_credentials_t |