libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
Abort Controller

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.
 

Detailed Description

Control and cancel ongoing requests.

Typedef Documentation

◆ fetch_abort_controller_t

Abort controller for cancelling requests.

Used to signal cancellation of ongoing fetch operations.

Note
Memory: libfetch owns the controller once passed