libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Internal DNS resolver structure. More...
Data Fields | |
dns_config_t | config |
dns_request_t * | pending_requests |
Internal DNS resolver structure.
Contains configuration, active requests, and platform-specific state.
dns_config_t dns_resolver::config |
Resolver configuration
dns_request_t* dns_resolver::pending_requests |
Linked list of pending requests