List of all members.
Public Member Functions |
|
| MongooseRequest (struct mg_connection *conn, mg_request_info *info) |
|
const std::string | getRequestMethod () const |
|
MongooseRequestMethodCode | getRequestMethodCode () const |
|
const std::string | getUri () const |
|
const std::string | getHttpVersion () const |
|
const std::string | getQueryString () const |
| | use only for GET
|
|
const std::string | readQueryString () const |
| | use for POST, PUT
|
|
const std::string | getRemoteUser () const |
|
const std::string | getLogMessage () const |
|
long | getRemoteIp () const |
|
int | getRemotePort () const |
|
int | getStatusCode () const |
|
bool | isSsl () const |
|
bool | getVar (const std::string &name, std::string &output) const |
Static Public Member Functions |
|
static MongooseRequestMethodCode | methodTextToCode (const std::string &text) |
The documentation for this class was generated from the following files:
- src/external/vpiotr-mongoose-cpp/mongcpp.h
- src/external/vpiotr-mongoose-cpp/mongcpp.cpp