hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <httpd.H>
Public Types | |
typedef std::map< std::string, std::string > | Headers |
typedef std::vector< char > | Data |
Public Attributes | |
std::string | method |
std::string | document |
Headers | headers |
Data | data |
typedef std::vector<char> hobbes::HTTPRequest::Data |
typedef std::map<std::string, std::string> hobbes::HTTPRequest::Headers |
Data hobbes::HTTPRequest::data |
std::string hobbes::HTTPRequest::document |
Headers hobbes::HTTPRequest::headers |
std::string hobbes::HTTPRequest::method |