#include <gpudb/Http.hpp>
|
virtual void | write (const void *data, const size_t length) |
|
Definition at line 149 of file Http.hpp.
◆ HttpResponse()
gpudb::HttpResponse::HttpResponse |
( |
| ) |
|
◆ ~HttpResponse()
virtual gpudb::HttpResponse::~HttpResponse |
( |
| ) |
|
|
virtual |
◆ 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()
virtual void gpudb::HttpResponse::write |
( |
const void * |
data, |
|
|
const size_t |
length |
|
) |
| |
|
protectedvirtual |
◆ HttpConnection
The documentation for this class was generated from the following file: