#include <http_rest_proxy.h>
List of all members.
Public Member Functions |
|
| Content (const std::string &str, const std::string &contentType="") |
|
| Content (const char *data, uint64_t size, const std::string &contentType="", const std::string &contentMd5="") |
Public Attributes |
|
std::string | str |
|
const char * | data |
|
uint64_t | size |
|
bool | hasContent |
|
std::string | contentType |
|
std::string | contentMd5 |
Detailed Description
Structure used to hold content for a POST request.
Definition at line 67 of file http_rest_proxy.h.
The documentation for this struct was generated from the following file: