#include <HTTPPythonRequest.h>
§ connection
| struct MHD_Connection* HTTPPythonRequest::connection |
§ file
| std::string HTTPPythonRequest::file |
§ getValues
| std::map<std::string, std::string> HTTPPythonRequest::getValues |
§ headerValues
| std::multimap<std::string, std::string> HTTPPythonRequest::headerValues |
§ hostname
| std::string HTTPPythonRequest::hostname |
§ lastModifiedTime
| CDateTime HTTPPythonRequest::lastModifiedTime |
§ method
§ path
| std::string HTTPPythonRequest::path |
§ port
| uint16_t HTTPPythonRequest::port |
§ postValues
| std::map<std::string, std::string> HTTPPythonRequest::postValues |
§ requestContent
| std::string HTTPPythonRequest::requestContent |
§ requestTime
§ responseContentType
| std::string HTTPPythonRequest::responseContentType |
§ responseData
| std::string HTTPPythonRequest::responseData |
§ responseHeaders
| std::multimap<std::string, std::string> HTTPPythonRequest::responseHeaders |
§ responseHeadersError
| std::multimap<std::string, std::string> HTTPPythonRequest::responseHeadersError |
§ responseLength
| size_t HTTPPythonRequest::responseLength |
§ responseStatus
| int HTTPPythonRequest::responseStatus |
§ responseType
§ url
| std::string HTTPPythonRequest::url |
§ version
| std::string HTTPPythonRequest::version |
The documentation for this struct was generated from the following file: