libtools
Public Attributes | List of all members
url Struct Reference

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...
 

Detailed Description

parserd URL, see url_parse()

Member Data Documentation

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


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