libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Predefined timeout values. More...
Macros | |
#define | FETCH_TIMEOUT_INFINITE 0 |
#define | FETCH_TIMEOUT_DEFAULT 30000 |
#define | FETCH_TIMEOUT_SHORT 5000 |
#define | FETCH_TIMEOUT_LONG 60000 |
Predefined timeout values.
#define FETCH_TIMEOUT_DEFAULT 30000 |
30 second default timeout
#define FETCH_TIMEOUT_INFINITE 0 |
Infinite timeout
#define FETCH_TIMEOUT_LONG 60000 |
60 second long timeout
#define FETCH_TIMEOUT_SHORT 5000 |
5 second short timeout