23#ifndef QHTTPENGINE_MIDDLEWARE_H
24#define QHTTPENGINE_MIDDLEWARE_H
28#include "qhttpengine_export.h"
50 explicit Middleware(QObject *parent = Q_NULLPTR) : QObject(parent) {}
virtual bool process(Socket *socket)=0
Determine if request processing should continue.
Middleware(QObject *parent=Q_NULLPTR)
Base constructor for middleware.
Definition middleware.h:50
Implementation of the HTTP protocol.
Definition socket.h:97