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

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_connectionnext
 
struct pooled_connectionprev
 

Field Documentation

◆ host

char* pooled_connection::host

◆ in_use

bool pooled_connection::in_use

◆ is_tls

bool pooled_connection::is_tls

◆ keep_alive_timeout_ms

uint64_t pooled_connection::keep_alive_timeout_ms

◆ last_used_ms

uint64_t pooled_connection::last_used_ms

◆ next

struct pooled_connection* pooled_connection::next

◆ port

uint16_t pooled_connection::port

◆ prev

struct pooled_connection* pooled_connection::prev

◆ socket

FETCH_SOCKET pooled_connection::socket

◆ validated

bool pooled_connection::validated

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