hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Types | Public Attributes | List of all members
hobbes::HTTPRequest Struct Reference

#include <httpd.H>

Collaboration diagram for hobbes::HTTPRequest:
Collaboration graph

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
 

Member Typedef Documentation

◆ Data

typedef std::vector<char> hobbes::HTTPRequest::Data

◆ Headers

typedef std::map<std::string, std::string> hobbes::HTTPRequest::Headers

Member Data Documentation

◆ data

Data hobbes::HTTPRequest::data

◆ document

std::string hobbes::HTTPRequest::document

◆ headers

Headers hobbes::HTTPRequest::headers

◆ method

std::string hobbes::HTTPRequest::method

The documentation for this struct was generated from the following file: