mongo::MiniWebServer Class Reference
List of all members.
Public Member Functions |
|
| MiniWebServer (const string &ip, int _port) |
|
virtual void | doRequest (const char *rq, string url, string &responseMsg, int &responseCode, vector< string > &headers, const SockAddr &from)=0 |
Static Public Member Functions |
|
static void | parseParams (BSONObj ¶ms, string query) |
|
static string | parseURL (const char *buf) |
|
static string | parseMethod (const char *headers) |
|
static string | getHeader (const char *headers, string name) |
|
static const char * | body (const char *buf) |
|
static string | urlDecode (const char *s) |
|
static string | urlDecode (string s) |
The documentation for this class was generated from the following files: