![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <http_header.h>
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 |
Header for an HTTP request. Just a place to dump the data.
Definition at line 54 of file http_header.h.
1.7.6.1