1#ifndef MYTHHTTPINSTANCE_H
2#define MYTHHTTPINSTANCE_H
14 static void EnableHTTPService(
bool Enable =
true);
15 static void StopHTTPService ();
16 static void AddPaths (
const QStringList& Paths);
17 static void RemovePaths (
const QStringList& Paths);
19 static void RemoveHandlers (
const HTTPHandlers& Handlers);
21 static void RemoveServices (
const HTTPServices& Services);
22 static void AddErrorPageHandler (
const HTTPHandler& Handler);
This is a wrapper around QThread that does several additional things.
std::vector< HTTPHandler > HTTPHandlers
std::vector< HTTPService > HTTPServices
std::pair< QString, HTTPFunction > HTTPHandler