|
libtools
|
parserd URL, see url_parse() More...
#include <tools/url.h>
Public Attributes | |
| char * | scheme |
| scheme (protocol) More... | |
| char * | username |
| username for URL More... | |
| char * | password |
| password for URL More... | |
| char * | hostname |
| hostname for URL More... | |
| uint16_t | port |
| port for URL More... | |
| char * | path |
| path of resource URL More... | |
| char * | query |
| query to resource More... | |
| char * | fragment |
| fragment More... | |
parserd URL, see url_parse()
| char* url::fragment |
fragment
| char* url::hostname |
hostname for URL
| char* url::password |
password for URL
| char* url::path |
path of resource URL
| uint16_t url::port |
port for URL
| char* url::query |
query to resource
| char* url::scheme |
scheme (protocol)
| char* url::username |
username for URL
1.8.11