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