mongo::HttpClient Class Reference
#include <httpclient.h>
List of all members.
Classes |
class | Result |
Public Member Functions |
int | get (string url, Result *result=0) |
int | post (string url, string body, Result *result=0) |
Private Member Functions |
int | _go (const char *command, string url, const char *body, Result *result) |
Detailed Description
Definition at line 24 of file httpclient.h.
Member Function Documentation
int mongo::HttpClient::_go |
( |
const char * |
command, |
|
|
string |
url, |
|
|
const char * |
body, |
|
|
Result * |
result | |
|
) |
| | [private] |
int mongo::HttpClient::get |
( |
string |
url, |
|
|
Result * |
result = 0 | |
|
) |
| | |
int mongo::HttpClient::post |
( |
string |
url, |
|
|
string |
body, |
|
|
Result * |
result = 0 | |
|
) |
| | |
The documentation for this class was generated from the following file: