Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "WebServer.h"
#include "CompileInfo.h"
#include "ServiceBroker.h"
#include "XBDateTime.h"
#include "filesystem/File.h"
#include "network/httprequesthandler/HTTPRequestHandlerUtils.h"
#include "network/httprequesthandler/IHTTPRequestHandler.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/FileUtils.h"
#include "utils/Mime.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "utils/Variant.h"
#include "utils/log.h"
#include <algorithm>
#include <memory>
#include <mutex>
#include <stdexcept>
#include <utility>
#include <inttypes.h>
Classes | |
struct | HttpFileDownloadContext |
Macros | |
#define | MAX_POST_BUFFER_SIZE 2048 |
#define | PAGE_FILE_NOT_FOUND "<html><head><title>File not found</title></head><body>File not found</body></html>" |
#define | NOT_SUPPORTED |
#define | HEADER_VALUE_NO_CACHE "no-cache" |
#define | HEADER_NEWLINE "\r\n" |
#define HEADER_NEWLINE "\r\n" |
#define HEADER_VALUE_NO_CACHE "no-cache" |
#define MAX_POST_BUFFER_SIZE 2048 |
#define NOT_SUPPORTED |
#define PAGE_FILE_NOT_FOUND "<html><head><title>File not found</title></head><body>File not found</body></html>" |