#include <httpclient.h>
Public Member Functions | |
const string & | getBody () const |
const string & | getEntireResponse () const |
const map< string, string > | getHeaders () const |
Result () | |
Private Member Functions | |
void | _init (int code, string entire) |
Private Attributes | |
string | _body |
int | _code |
string | _entireResponse |
map< string, string > | _headers |
Friends | |
class | HttpClient |
Definition at line 27 of file httpclient.h.
mongo::HttpClient::Result::Result | ( | ) | [inline] |
Definition at line 29 of file httpclient.h.
void mongo::HttpClient::Result::_init | ( | int | code, | |
string | entire | |||
) | [private] |
const string& mongo::HttpClient::Result::getBody | ( | ) | const [inline] |
Definition at line 39 of file httpclient.h.
const string& mongo::HttpClient::Result::getEntireResponse | ( | ) | const [inline] |
Definition at line 31 of file httpclient.h.
const map<string,string> mongo::HttpClient::Result::getHeaders | ( | ) | const [inline] |
Definition at line 35 of file httpclient.h.
friend class HttpClient [friend] |
Definition at line 53 of file httpclient.h.
string mongo::HttpClient::Result::_body [private] |
Definition at line 51 of file httpclient.h.
int mongo::HttpClient::Result::_code [private] |
Definition at line 47 of file httpclient.h.
string mongo::HttpClient::Result::_entireResponse [private] |
Definition at line 48 of file httpclient.h.
map<string,string> mongo::HttpClient::Result::_headers [private] |
Definition at line 50 of file httpclient.h.