23 #ifndef TUFAO_ABSTRACTHTTPUPGRADEHANDLER_H
24 #define TUFAO_ABSTRACTHTTPUPGRADEHANDLER_H
26 #include "tufao_global.h"
27 #include <QtCore/QObject>
28 #include <QtCore/QStringList>
32 class HttpServerRequest;
68 const QByteArray &head,
69 const QStringList &args = QStringList()) = 0;
74 #endif // TUFAO_ABSTRACTHTTPUPGRADEHANDLER_H
The Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer.
Definition: httpserverrequest.h:47
This class provides an interface for HTTP upgrade handlers.
Definition: abstracthttpupgradehandler.h:43