| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "utils/HttpRangeUtils.h"#include <map>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <string>#include <microhttpd.h>#include <sys/select.h>#include <sys/socket.h>#include <sys/types.h>Classes | |
| struct | HTTPRequest | 
| struct | HTTPResponseDetails | 
| class | IHTTPRequestHandler | 
Typedefs | |
| using | MHD_RESULT = int | 
| typedef enum HTTPResponseType | HTTPResponseType | 
| typedef struct HTTPRequest | HTTPRequest | 
| typedef struct HTTPResponseDetails | HTTPResponseDetails | 
Enumerations | |
| enum | HTTPMethod { UNKNOWN , POST , GET , HEAD } | 
| enum | HTTPResponseType {  HTTPNone , HTTPError , HTTPRedirect , HTTPFileDownload , HTTPMemoryDownloadNoFreeNoCopy , HTTPMemoryDownloadNoFreeCopy , HTTPMemoryDownloadFreeNoCopy , HTTPMemoryDownloadFreeCopy }  | 
Functions | |
| HTTPMethod | GetHTTPMethod (const char *method) | 
| std::string | GetHTTPMethod (HTTPMethod method) | 
| typedef struct HTTPRequest HTTPRequest | 
| typedef struct HTTPResponseDetails HTTPResponseDetails | 
| typedef enum HTTPResponseType HTTPResponseType | 
| using MHD_RESULT = int | 
| enum HTTPMethod | 
| enum HTTPResponseType | 
| HTTPMethod GetHTTPMethod | ( | const char * | method | ) | 
| std::string GetHTTPMethod | ( | HTTPMethod | method | ) |