11 #include "interfaces/legacy/AddonClass.h" 12 #include "interfaces/legacy/Tuple.h" 13 #include "interfaces/legacy/wsgi/WsgiResponseBody.h" 14 #include "network/httprequesthandler/python/HTTPPythonRequest.h" 22 typedef Tuple<String, String> WsgiHttpHeader;
39 #ifdef DOXYGEN_SHOULD_USE_THIS 60 WsgiResponseBody* operator()(
const String& status,
const std::vector<WsgiHttpHeader>& response_headers,
void* exc_info = NULL);
64 void Append(
const std::string& data);
69 bool m_called =
false;
70 int m_status = MHD_HTTP_INTERNAL_SERVER_ERROR;
71 std::multimap<std::string, std::string> m_responseHeaders;
Definition: WsgiResponse.h:33
Definition: HTTPPythonRequest.h:18
Definition: WsgiResponseBody.h:26
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
This class is the superclass for all reference counted classes in the api.
Definition: AddonClass.h:57