23 #ifndef QHTTPENGINE_PROXYHANDLER_H 24 #define QHTTPENGINE_PROXYHANDLER_H 26 #include <QHostAddress> 28 #include <qhttpengine/handler.h> 30 #include "qhttpengine_export.h" 35 class QHTTPENGINE_EXPORT ProxyHandlerPrivate;
49 ProxyHandler(
const QHostAddress &address, quint16 port, QObject *parent = 0);
56 virtual void process(
Socket *socket,
const QString &path);
60 ProxyHandlerPrivate *
const d;
65 #endif // QHTTPENGINE_PROXYHANDLER_H Base class for HTTP handlers.
Definition: handler.h:77
Definition: basicauthmiddleware.h:30
Handler that routes HTTP requests to an upstream server
Definition: proxyhandler.h:40
Implementation of the HTTP protocol.
Definition: socket.h:96