get_headers() const | HTTPResponse | [inline, virtual] |
get_protocol() const | Response | [inline, virtual] |
get_status() const | Response | [inline, virtual] |
get_stream() const | Response | [inline, virtual] |
get_type() const | Response | [inline, virtual] |
get_version() const | Response | [inline, virtual] |
HTTPResponse() | HTTPResponse | [inline, protected] |
HTTPResponse(const HTTPResponse &rs) | HTTPResponse | [inline, protected] |
HTTPResponse(FILE *s, vector< string > *h, const string &temp_file) | HTTPResponse | [inline] |
operator=(const HTTPResponse &) | HTTPResponse | [inline, protected] |
Response::operator=(const Response &) | Response | [inline, protected] |
Response() | Response | [inline, protected] |
Response(const Response &) | Response | [inline, protected] |
Response(FILE *s) | Response | [inline] |
set_headers(vector< string > *h) | HTTPResponse | [inline, virtual] |
set_protocol(const string &p) | Response | [inline, virtual] |
set_status(int s) | Response | [inline, virtual] |
set_stream(FILE *s) | Response | [inline, virtual] |
set_type(ObjectType o) | Response | [inline, virtual] |
set_version(const string &v) | Response | [inline, virtual] |
~HTTPResponse() | HTTPResponse | [inline, virtual] |
~Response() | Response | [inline, virtual] |