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

#include <IHTTPRequestHandler.h>

Public Attributes

HTTPResponseType type
 
int status
 
std::multimap< std::string, std::string > headers
 
std::string contentType
 
uint64_t totalLength
 

Member Data Documentation

◆ contentType

std::string HTTPResponseDetails::contentType

◆ headers

std::multimap<std::string, std::string> HTTPResponseDetails::headers

◆ status

int HTTPResponseDetails::status

◆ totalLength

uint64_t HTTPResponseDetails::totalLength

◆ type

HTTPResponseType HTTPResponseDetails::type

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