HttpdForm::CGI Struct ReferenceStore the name/value pairs from a GET/POST operation.
More...
| |||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| CGI (const std::string &n, const std::string &v) | |
| CGI (const std::string &n, const std::string &v, const std::string &p) | |
Public Attributes | |
| std::string | name |
| std::string | value |
| std::string | path |
"name" does not have to be unique.
Definition at line 62 of file HttpdForm.h.
| HttpdForm::CGI::CGI | ( | const std::string & | n, | |
| const std::string & | v | |||
| ) | [inline] |
| HttpdForm::CGI::CGI | ( | const std::string & | n, | |
| const std::string & | v, | |||
| const std::string & | p | |||
| ) | [inline] |
| std::string HttpdForm::CGI::name |
Definition at line 66 of file HttpdForm.h.
| std::string HttpdForm::CGI::value |
Definition at line 67 of file HttpdForm.h.
| std::string HttpdForm::CGI::path |
Definition at line 68 of file HttpdForm.h.
1.4.4