GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
mongoose::MongooseRequest Class Reference

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)

Protected Member Functions

mg_request_infogetInfo () const

Protected Attributes

mg_request_infom_info
struct mg_connectionm_conn

The documentation for this class was generated from the following files: