23 #ifndef TUFAO_URLREWRITERHANDLER_H 24 #define TUFAO_URLREWRITERHANDLER_H 26 #include "abstracthttpserverrequesthandler.h" 27 #include <QtCore/QObject> 28 #include <QtCore/QUrl> 73 void setUrl(
const QUrl &url);
92 static std::function<bool(HttpServerRequest&, HttpServerResponse&)>
93 handler(
const QUrl &url);
113 #endif // TUFAO_URLREWRITERHANDLER_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: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
This class provides a handler to internally (only seen by your application) rewrite the URL...
Definition: urlrewriterhandler.h:50