14#include "httpconnectionhandlerpool.h"
17namespace stefanfrings {
99 const QSettings* settings;
Pool of http connection handlers.
Listens for incoming TCP connections and and passes all incoming HTTP requests to your implementation...
void handleConnection(tSocketDescriptor socketDescriptor)
Sent to the connection handler to process a new incoming connection.
The request handler generates a response for each HTTP request.
qintptr tSocketDescriptor
Alias type definition, for compatibility to different Qt versions.