List of all members.
Public Member Functions |
void | clear (void) |
const std::string & | getBodyText () |
int | getContentLength () |
const std::string * | GetOption (const std::string &query) |
bool | GetOption (const std::string &query, std::string &out_value) |
const std::string & | GetRawRequest (void) const |
const std::string | GetRequestOptionString () |
const std::string & | GetRequestType (void) const |
std::string & | GetRequestURL (void) |
bool | ParseThis (char *request) |
bool | ProcessOptionString (std::string str) |
bool | ProcessParamSet (std::string &str) |
void | SetBodyText (const std::string &text) |
Protected Member Functions |
std::string | deCanonicalize (std::string &inval) |
size_t | PullCR (std::string &src, std::string &dst) |
Protected Attributes |
std::string | _BodyText |
std::map< std::string,
std::string > | _header_Lines |
std::map< std::string,
std::string > | _parameters |
std::string | _Raw_Text |
std::string | _Requestoptions |
std::string | _RequestText |
std::string | _RequestType |
Detailed Description
Definition at line 9 of file parsedhttprequest.h.
The documentation for this class was generated from the following files: