libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Control how redirects are handled. More...
Enumerations | |
enum | fetch_redirect_t { FETCH_REDIRECT_FOLLOW , FETCH_REDIRECT_ERROR , FETCH_REDIRECT_MANUAL } |
Redirect handling modes. More... | |
Control how redirects are handled.
enum fetch_redirect_t |