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

Data Fields

char * full_url
 
char * protocol
 
char * hostname
 
char * path
 
uint16_t port
 
fetch_host_type_t host_type
 
bool is_https
 

Field Documentation

◆ full_url

char* fetch_url::full_url

◆ host_type

fetch_host_type_t fetch_url::host_type

◆ hostname

char* fetch_url::hostname

◆ is_https

bool fetch_url::is_https

◆ path

char* fetch_url::path

◆ port

uint16_t fetch_url::port

◆ protocol

char* fetch_url::protocol

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