6 #ifndef HTTPCONNECTIONHANDLER_H 7 #define HTTPCONNECTIONHANDLER_H 10 #include <QSslConfiguration> 23 #if QT_VERSION >= 0x050000 146 #endif // HTTPCONNECTIONHANDLER_H The request handler generates a response for each HTTP request.
int maxRequestSize
Maximum size of a request in bytes.
int readTimeout
Defines the maximum time to wait for a complete HTTP request in msec.
int tSocketDescriptor
Alias type definition, for compatibility to different Qt versions.
The connection handler accepts incoming connections and dispatches incoming requests to to a request ...
QSslConfiguration HttpSslConfiguration
Alias for QSslConfiguration if OpenSSL is not supported.
This object represents a single HTTP request.
int maxMultipartSize
Maximum size of a multipart request in bytes.
Contains all settings for the connection handler.