|
libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Data Fields | |
| char * | host |
| uint16_t | port |
| pooled_connection_t * | available |
| pooled_connection_t * | available_tail |
| size_t | available_count |
| size_t | active_count |
| size_t | max_per_host |
| uint64_t | last_cleanup_ms |
| struct connection_pool * | next |
| size_t connection_pool::active_count |
| pooled_connection_t* connection_pool::available |
| size_t connection_pool::available_count |
| pooled_connection_t* connection_pool::available_tail |
| char* connection_pool::host |
| uint64_t connection_pool::last_cleanup_ms |
| size_t connection_pool::max_per_host |
| struct connection_pool* connection_pool::next |
| uint16_t connection_pool::port |