23 #ifndef TUFAO_HTTPPLUGINSERVER_H
24 #define TUFAO_HTTPPLUGINSERVER_H
26 #include <QtCore/QObject>
28 #include "abstracthttpserverrequesthandler.h"
267 bool setConfig(
const QString &file);
277 QString config()
const;
295 void changeConfig(
const QString &file);
296 void onConfigFileChanged();
297 void onConfigDirChanged();
307 #endif // TUFAO_HTTPPLUGINSERVER_H
This class provides a plugin-based request handler.
Definition: httppluginserver.h:56
This class provides an interface for HttpServerRequest handlers.
Definition: abstracthttpserverrequesthandler.h:50
The Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest.
Definition: httpserverresponse.h:142
The Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer.
Definition: httpserverrequest.h:54
This is the namespace where all Tufão facilities are grouped.
Definition: abstracthttpserverrequesthandler.h:30