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

Data Fields

char * host
 
uint16_t port
 
pooled_connection_tavailable
 
pooled_connection_tavailable_tail
 
size_t available_count
 
size_t active_count
 
size_t max_per_host
 
uint64_t last_cleanup_ms
 
struct connection_poolnext
 

Field Documentation

◆ active_count

size_t connection_pool::active_count

◆ available

pooled_connection_t* connection_pool::available

◆ available_count

size_t connection_pool::available_count

◆ available_tail

pooled_connection_t* connection_pool::available_tail

◆ host

char* connection_pool::host

◆ last_cleanup_ms

uint64_t connection_pool::last_cleanup_ms

◆ max_per_host

size_t connection_pool::max_per_host

◆ next

struct connection_pool* connection_pool::next

◆ port

uint16_t connection_pool::port

The documentation for this struct was generated from the following file: