5 #ifndef HOBBES_EVENTS_HTTPD_HPP_INCLUDED 6 #define HOBBES_EVENTS_HTTPD_HPP_INCLUDED 15 typedef std::map<std::string, std::string>
Headers;
16 typedef std::vector<char>
Data;
std::map< std::string, std::string > Headers
Definition: httpd.H:15
std::vector< char > Data
Definition: httpd.H:16
Headers headers
Definition: httpd.H:20
void(* HTTPRequestHandler)(const HTTPRequest &, int fd, void *ud)
Definition: httpd.H:24
std::string document
Definition: httpd.H:19
int installHTTPD(int port, HTTPRequestHandler, void *ud=0)
Definition: httpd.C:151
Data data
Definition: httpd.H:21
std::string method
Definition: httpd.H:18