#include <gpudb/Http.hpp>
|
virtual void | write (const void *data, const size_t length) |
|
Definition at line 154 of file Http.hpp.
gpudb::HttpResponse::HttpResponse |
( |
| ) |
|
virtual gpudb::HttpResponse::~HttpResponse |
( |
| ) |
|
|
virtual |
unsigned int gpudb::HttpResponse::getResponseCode |
( |
| ) |
const |
const std::string& gpudb::HttpResponse::getResponseHeader |
( |
const std::string & |
key | ) |
const |
const std::map<std::string, std::string>& gpudb::HttpResponse::getResponseHeaders |
( |
| ) |
const |
const std::string& gpudb::HttpResponse::getResponseMessage |
( |
| ) |
const |
const std::string& gpudb::HttpResponse::getResponseVersion |
( |
| ) |
const |
virtual void gpudb::HttpResponse::write |
( |
const void * |
data, |
|
|
const size_t |
length |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: