dodo::__url__ Struct Reference
defines URL parts
More...
#include <types.h>
List of all members.
Public Attributes |
| std::string | protocol |
| | scheme
|
| std::string | host |
| | host name
|
| std::string | path |
| | path to CGI
|
| std::string | request |
| | CGI request.
|
| std::string | login |
| | login
|
| std::string | password |
| | password
|
| std::string | port |
| | port
|
Detailed Description
defines URL parts
Definition at line 66 of file types.h.
Member Data Documentation
host name
Definition at line 68 of file types.h.
password
Definition at line 72 of file types.h.
path to CGI
Definition at line 69 of file types.h.
scheme
Definition at line 67 of file types.h.
CGI request.
Definition at line 70 of file types.h.
The documentation for this struct was generated from the following file: