libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Control and cancel ongoing requests. More...
Data Structures | |
struct | fetch_abort_controller |
Abort controller for cancelling requests. More... | |
Typedefs | |
typedef struct fetch_abort_controller | fetch_abort_controller_t |
Abort controller for cancelling requests. | |
Control and cancel ongoing requests.
typedef struct fetch_abort_controller fetch_abort_controller_t |
Abort controller for cancelling requests.
Used to signal cancellation of ongoing fetch operations.