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

Inherits std::vector< T >.

List of all members.

Public Member Functions

 RestParams (std::initializer_list< std::pair< std::string, std::string > > l)
bool hasValue (const std::string &key) const
std::string getValue (const std::string &key) const
std::string uriEscaped () const
std::string toBinary () const

Static Public Member Functions

static RestParams fromBinary (const std::string &binary)

Detailed Description

Definition at line 23 of file http_header.h.


Member Function Documentation

std::string Datacratic::RestParams::getValue ( const std::string &  key) const

Return the value of the given key. Throws an exception if it's not found.

Definition at line 64 of file http_header.cc.


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