8 #ifndef HTTPREADREQUEST_H 9 #define HTTPREADREQUEST_H 16 #include <QStringList> 17 #include <QSslConfiguration> 19 #include "controller.h" 24 #include "httpparser.h" 25 #include "constants.h" 26 #include "filterchain.h" 27 #include "qmapthreadsafety.h" 28 #include "cppwebframework_global.h" 38 qintptr socketDescriptor;
42 QSslConfiguration *ssl;
44 QTcpSocket *socket =
nullptr;
47 bool buildSslSocket();
62 QSslConfiguration *ssl,
77 #endif // HTTPREADREQUEST_H The Request class holds all information about a http request.
Definition: request.h:27
The HttpReadRequest class is created automatically by the CppWebServer and inserted in a QThreadPoo...
Definition: httpreadrequest.h:36
The QMapThreadSafety class is a thread safe QMap.
Definition: qmapthreadsafety.h:23
The class parses a HTTP message.
Definition: httpparser.h:21
The Filter class works like a filter. You can use this class to validate sessions or measuring runtim...
Definition: filter.h:23
All classes of C++ Web Framework are contained within the namespace CWF.
Definition: configuration.h:24
The Response class is responsable to response a Http request.
Definition: response.h:25