libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Handle HTTP responses. More...
Data Structures | |
struct | fetch_response |
HTTP response object. More... | |
Typedefs | |
typedef struct fetch_response | fetch_response_t |
HTTP response object. | |
Handle HTTP responses.
typedef struct fetch_response fetch_response_t |
HTTP response object.
Contains the complete response including status, headers, and body.