Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CWebServer::ConnectionHandler Struct Reference

#include <WebServer.h>

Public Member Functions

 ConnectionHandler (const std::string &uri)
 

Public Attributes

std::string fullUri
 
bool isNew = true
 
std::shared_ptr< IHTTPRequestHandlerrequestHandler
 
struct MHD_PostProcessor * postprocessor = nullptr
 
int errorStatus = MHD_HTTP_OK
 

Constructor & Destructor Documentation

◆ ConnectionHandler()

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

Member Data Documentation

◆ errorStatus

int CWebServer::ConnectionHandler::errorStatus = MHD_HTTP_OK

◆ fullUri

std::string CWebServer::ConnectionHandler::fullUri

◆ isNew

bool CWebServer::ConnectionHandler::isNew = true

◆ postprocessor

struct MHD_PostProcessor* CWebServer::ConnectionHandler::postprocessor = nullptr

◆ requestHandler

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

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