#include <nanohttp-url.h>
Public Attributes | |
hprotocol_t | protocol |
unsigned short | port |
char * | host |
char * | context |
[protocol]://[user]@[host]:[port]/[context]['#' fragment]['?' query]
Definition at line 60 of file nanohttp-url.h.
|
The string after the hostname. Definition at line 92 of file nanohttp-url.h. Referenced by hurl_free(), and hurl_parse(). |
|
The hostname Definition at line 85 of file nanohttp-url.h. Referenced by hurl_free(), and hurl_parse(). |
|
The port number. If no port number was given in the URL, one of the default port numbers will be selected:
Definition at line 78 of file nanohttp-url.h. Referenced by hurl_parse(). |
|
The transfer protocol. Note that only PROTOCOL_HTTP and PROTOCOL_HTTPS are supported by nanohttp. Definition at line 68 of file nanohttp-url.h. Referenced by hurl_parse(). |