| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <IHTTPRequestHandler.h>
Public Attributes | |
| CWebServer * | webserver | 
| struct MHD_Connection * | connection | 
| std::string | pathUrlFull | 
| std::string | pathUrl | 
| HTTPMethod | method | 
| std::string | version | 
| CHttpRanges | ranges | 
| struct MHD_Connection* HTTPRequest::connection | 
| HTTPMethod HTTPRequest::method | 
| std::string HTTPRequest::pathUrl | 
| std::string HTTPRequest::pathUrlFull | 
| CHttpRanges HTTPRequest::ranges | 
| std::string HTTPRequest::version | 
| CWebServer* HTTPRequest::webserver |