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 HTTP cache. More...
Enumerations | |
enum | fetch_cache_t { FETCH_CACHE_DEFAULT , FETCH_CACHE_NO_STORE , FETCH_CACHE_RELOAD , FETCH_CACHE_NO_CACHE , FETCH_CACHE_FORCE_CACHE , FETCH_CACHE_ONLY_IF_CACHED } |
Cache control modes. More... | |
Control how requests interact with HTTP cache.
enum fetch_cache_t |
Cache control modes.