|
kodi
|
The PLT_HttpRequestHandler class delegates the handling of the response of a received HTTP request by a HTTP Server. More...
#include <PltHttp.h>


Public Member Functions | |
| PLT_HttpRequestHandler (NPT_HttpRequestHandler *delegate) | |
| NPT_Result | SetupResponse (NPT_HttpRequest &request, const NPT_HttpRequestContext &context, NPT_HttpResponse &response) override |
Public Member Functions inherited from NPT_HttpRequestHandler | |
| virtual NPT_Result | SendResponseBody (const NPT_HttpRequestContext &context, NPT_HttpResponse &response, NPT_OutputStream &output) |
| Override this method if you want to write the body yourself. More... | |
| virtual void | Completed (NPT_Result) |
| A notification method called by the server upon completing the processing of a request. | |
The PLT_HttpRequestHandler class delegates the handling of the response of a received HTTP request by a HTTP Server.
1.8.13