RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Datacratic::HttpRestProxy::Content Struct Reference

#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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator