23 #ifndef TUFAO_HTTPSERVERREQUESTROUTER_H
24 #define TUFAO_HTTPSERVERREQUESTROUTER_H
26 #include "abstracthttpserverrequesthandler.h"
121 const QByteArray &method,
133 const QByteArray &method);
159 const QStringList &args = QStringList());
168 #endif // TUFAO_HTTPSERVERREQUESTROUTER_H
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
This class provides a robust and high performance HTTP request router.
Definition: httpserverrequestrouter.h:67
The Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer.
Definition: httpserverrequest.h:47