23 #ifndef QHTTPENGINE_MIDDLEWARE_H 24 #define QHTTPENGINE_MIDDLEWARE_H 28 #include "qhttpengine_export.h" 50 explicit Middleware(QObject *parent = Q_NULLPTR) : QObject(parent) {}
59 virtual bool process(
Socket *socket) = 0;
64 #endif // QHTTPENGINE_MIDDLEWARE_H Definition: basicauthmiddleware.h:30
Pre-handler request processor.
Definition: middleware.h:41
Middleware(QObject *parent=Q_NULLPTR)
Base constructor for middleware.
Definition: middleware.h:50
Implementation of the HTTP protocol.
Definition: socket.h:96