libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Data Fields | |
FETCH_SOCKET | socket |
char * | host |
uint16_t | port |
uint64_t | last_used_ms |
uint64_t | keep_alive_timeout_ms |
bool | in_use |
bool | validated |
bool | is_tls |
struct pooled_connection * | next |
struct pooled_connection * | prev |
char* pooled_connection::host |
bool pooled_connection::in_use |
bool pooled_connection::is_tls |
uint64_t pooled_connection::keep_alive_timeout_ms |
uint64_t pooled_connection::last_used_ms |
struct pooled_connection* pooled_connection::next |
uint16_t pooled_connection::port |
struct pooled_connection* pooled_connection::prev |
FETCH_SOCKET pooled_connection::socket |
bool pooled_connection::validated |