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::HttpHeader Struct Reference

#include <http_header.h>

List of all members.

Public Member Functions

void swap (HttpHeader &other)
void parse (const std::string &headerAndData)
std::string getHeader (const std::string &key) const
std::string tryGetHeader (const std::string &key) const

Public Attributes

std::string verb
std::string resource
std::string version
RestParams queryParams
std::string contentType
ssize_t contentLength
bool isChunked
std::map< std::string,
std::string > 
headers
std::string knownData

Detailed Description

Header for an HTTP request. Just a place to dump the data.

Definition at line 54 of file http_header.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator