#include <gpudb/Http.hpp>
|
virtual void | read (const void *&data, size_t &length) const |
|
|
static const std::string | GET |
|
static const std::string | HEAD |
|
static const std::string | POST |
|
Definition at line 115 of file Http.hpp.
◆ BinaryHttpRequest() [1/2]
gpudb::BinaryHttpRequest::BinaryHttpRequest |
( |
| ) |
|
◆ BinaryHttpRequest() [2/2]
gpudb::BinaryHttpRequest::BinaryHttpRequest |
( |
const HttpUrl & |
url | ) |
|
◆ getRequestBody()
const std::vector<uint8_t>* gpudb::BinaryHttpRequest::getRequestBody |
( |
| ) |
|
◆ read()
virtual void gpudb::BinaryHttpRequest::read |
( |
const void *& |
data, |
|
|
size_t & |
length |
|
) |
| const |
|
protectedvirtual |
◆ setRequestBody()
void gpudb::BinaryHttpRequest::setRequestBody |
( |
const std::vector< uint8_t > * |
requestBody | ) |
|
The documentation for this class was generated from the following file: