|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <IHTTPRequestHandler.h>
Public Attributes | |
| HTTPResponseType | type |
| int | status |
| std::multimap< std::string, std::string > | headers |
| std::string | contentType |
| uint64_t | totalLength |
| std::string HTTPResponseDetails::contentType |
| std::multimap<std::string, std::string> HTTPResponseDetails::headers |
| int HTTPResponseDetails::status |
| uint64_t HTTPResponseDetails::totalLength |
| HTTPResponseType HTTPResponseDetails::type |