libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Control how requests interact with CORS. More...
Enumerations | |
enum | fetch_mode_t { FETCH_MODE_CORS , FETCH_MODE_NO_CORS , FETCH_MODE_SAME_ORIGIN , FETCH_MODE_NAVIGATE } |
Request modes for CORS handling. More... | |
Control how requests interact with CORS.
enum fetch_mode_t |