|
libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
Data Fields | |
| char * | full_url |
| char * | protocol |
| char * | hostname |
| char * | path |
| uint16_t | port |
| fetch_host_type_t | host_type |
| bool | is_https |
| char* fetch_url::full_url |
| fetch_host_type_t fetch_url::host_type |
| char* fetch_url::hostname |
| bool fetch_url::is_https |
| char* fetch_url::path |
| uint16_t fetch_url::port |
| char* fetch_url::protocol |