11 #include "XBDateTime.h" 12 #include "network/httprequesthandler/IHTTPRequestHandler.h" 20 struct MHD_Connection *connection;
28 std::multimap<std::string, std::string> headerValues;
29 std::map<std::string, std::string> getValues;
30 std::map<std::string, std::string> postValues;
31 std::string requestContent;
35 HTTPResponseType responseType;
37 std::string responseContentType;
38 std::string responseData;
39 size_t responseLength;
40 std::multimap<std::string, std::string> responseHeaders;
41 std::multimap<std::string, std::string> responseHeadersError;
Definition: HTTPPythonRequest.h:18
DateTime class, which uses FileTime as it's base.
Definition: XBDateTime.h:63