Ginan
Loading...
Searching...
No Matches
URL Struct Reference
Collaboration diagram for URL:

Public Member Functions

 URL ()
 
 URL (const string &url)
 
string sanitised ()
 

Data Fields

string url
 
string protocol
 
string portStr
 
string user
 
string pass
 
string host
 
int port
 
string path
 
map< string, string > params
 

Constructor & Destructor Documentation

◆ URL() [1/2]

URL::URL ( )
inline
Here is the caller graph for this function:

◆ URL() [2/2]

URL::URL ( const string & url)
inline
Here is the call graph for this function:

Member Function Documentation

◆ sanitised()

string URL::sanitised ( )
inline
Here is the caller graph for this function:

Field Documentation

◆ host

string URL::host

◆ params

map<string, string> URL::params

◆ pass

string URL::pass

◆ path

string URL::path

◆ port

int URL::port

◆ portStr

string URL::portStr

◆ protocol

string URL::protocol

◆ url

string URL::url

◆ user

string URL::user

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