23 #ifndef TUFAO_HTTPPLUGINSERVER_H
24 #define TUFAO_HTTPPLUGINSERVER_H
26 #include "abstracthttpserverrequesthandler.h"
100 void setConfig(
const QString &file);
116 void setConfig(
const QString &file,
bool autoreload);
123 QString config()
const;
131 const QStringList &args = QStringList());
146 void onConfigFileChanged();
157 #endif // TUFAO_HTTPPLUGINSERVER_H
This class provides a plugin-based request handler.
Definition: httppluginserver.h:55
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:57
The Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer.
Definition: httpserverrequest.h:47