Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CWebServer::ConnectionHandler Struct Reference

#include <WebServer.h>

Public Member Functions

 ConnectionHandler (const std::string &uri)
 

Public Attributes

std::string fullUri
 
bool isNew
 
std::shared_ptr< IHTTPRequestHandlerrequestHandler
 
struct MHD_PostProcessor * postprocessor
 
int errorStatus
 

Constructor & Destructor Documentation

◆ ConnectionHandler()

CWebServer::ConnectionHandler::ConnectionHandler ( const std::string &  uri)
inlineexplicit

Member Data Documentation

◆ errorStatus

int CWebServer::ConnectionHandler::errorStatus

◆ fullUri

std::string CWebServer::ConnectionHandler::fullUri

◆ isNew

bool CWebServer::ConnectionHandler::isNew

◆ postprocessor

struct MHD_PostProcessor* CWebServer::ConnectionHandler::postprocessor

◆ requestHandler

std::shared_ptr<IHTTPRequestHandler> CWebServer::ConnectionHandler::requestHandler

The documentation for this struct was generated from the following file: