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

Handle HTTP responses. More...

Data Structures

struct  fetch_response
 HTTP response object. More...
 

Typedefs

typedef struct fetch_response fetch_response_t
 HTTP response object.
 

Detailed Description

Handle HTTP responses.

Typedef Documentation

◆ fetch_response_t

HTTP response object.

Contains the complete response including status, headers, and body.

Note
Memory: Caller owns the response and must call fetch_response_free()