![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <WebServer.h>
Public Member Functions | |
ConnectionHandler (const std::string &uri) | |
Public Attributes | |
std::string | fullUri |
bool | isNew |
std::shared_ptr< IHTTPRequestHandler > | requestHandler |
struct MHD_PostProcessor * | postprocessor |
int | errorStatus |
|
inlineexplicit |
int CWebServer::ConnectionHandler::errorStatus |
std::string CWebServer::ConnectionHandler::fullUri |
bool CWebServer::ConnectionHandler::isNew |
struct MHD_PostProcessor* CWebServer::ConnectionHandler::postprocessor |
std::shared_ptr<IHTTPRequestHandler> CWebServer::ConnectionHandler::requestHandler |