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

#include <HTTPPythonRequest.h>

Public Attributes

struct MHD_Connection * connection
 
std::string hostname
 
uint16_t port
 
std::string url
 
std::string path
 
std::string file
 
HTTPMethod method
 
std::string version
 
std::multimap< std::string, std::string > headerValues
 
std::map< std::string, std::string > getValues
 
std::map< std::string, std::string > postValues
 
std::string requestContent
 
CDateTime requestTime
 
CDateTime lastModifiedTime
 
HTTPResponseType responseType
 
int responseStatus
 
std::string responseContentType
 
std::string responseData
 
size_t responseLength
 
std::multimap< std::string, std::string > responseHeaders
 
std::multimap< std::string, std::string > responseHeadersError
 

Member Data Documentation

◆ connection

struct MHD_Connection* HTTPPythonRequest::connection

◆ file

std::string HTTPPythonRequest::file

◆ getValues

std::map<std::string, std::string> HTTPPythonRequest::getValues

◆ headerValues

std::multimap<std::string, std::string> HTTPPythonRequest::headerValues

◆ hostname

std::string HTTPPythonRequest::hostname

◆ lastModifiedTime

CDateTime HTTPPythonRequest::lastModifiedTime

◆ method

HTTPMethod HTTPPythonRequest::method

◆ path

std::string HTTPPythonRequest::path

◆ port

uint16_t HTTPPythonRequest::port

◆ postValues

std::map<std::string, std::string> HTTPPythonRequest::postValues

◆ requestContent

std::string HTTPPythonRequest::requestContent

◆ requestTime

CDateTime HTTPPythonRequest::requestTime

◆ responseContentType

std::string HTTPPythonRequest::responseContentType

◆ responseData

std::string HTTPPythonRequest::responseData

◆ responseHeaders

std::multimap<std::string, std::string> HTTPPythonRequest::responseHeaders

◆ responseHeadersError

std::multimap<std::string, std::string> HTTPPythonRequest::responseHeadersError

◆ responseLength

size_t HTTPPythonRequest::responseLength

◆ responseStatus

int HTTPPythonRequest::responseStatus

◆ responseType

HTTPResponseType HTTPPythonRequest::responseType

◆ url

std::string HTTPPythonRequest::url

◆ version

std::string HTTPPythonRequest::version

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