#include <gpudb/Http.hpp>
Inheritance diagram for gpudb::HttpResponse:
[legend]
Public Member Functions | |
| HttpResponse () | |
| virtual | ~HttpResponse () |
| const std::string & | getResponseVersion () const |
| unsigned int | getResponseCode () const |
| const std::string & | getResponseMessage () const |
| const std::string & | getResponseHeader (const std::string &key) const |
| const std::map< std::string, std::string > & | getResponseHeaders () const |
Protected Member Functions | |
| virtual void | write (const void *data, const size_t length) |
Friends | |
| template<typename T> | |
| class | HttpConnection |
Detailed Description
Constructor & Destructor Documentation
◆ HttpResponse()
| gpudb::HttpResponse::HttpResponse | ( | ) |
◆ ~HttpResponse()
| virtual |
Member Function Documentation
◆ getResponseCode()
| unsigned int gpudb::HttpResponse::getResponseCode | ( | ) | const |
◆ getResponseHeader()
| const std::string & gpudb::HttpResponse::getResponseHeader | ( | const std::string & | key | ) | const |
◆ getResponseHeaders()
| const std::map< std::string, std::string > & gpudb::HttpResponse::getResponseHeaders | ( | ) | const |
◆ getResponseMessage()
| const std::string & gpudb::HttpResponse::getResponseMessage | ( | ) | const |
◆ getResponseVersion()
| const std::string & gpudb::HttpResponse::getResponseVersion | ( | ) | const |
◆ write()
| protectedvirtual |
Reimplemented in gpudb::BinaryHttpResponse, and gpudb::StringHttpResponse.
Friends And Related Symbol Documentation
◆ HttpConnection
template<typename T>
| friend |
The documentation for this class was generated from the following file:
- gpudb/Http.hpp