#include <QTcpSocket>
#include <QSettings>
#include <QTimer>
#include <QThread>
#include "httprequest.h"
#include "httprequesthandler.h"
Go to the source code of this file.
Classes | |
class | HttpConnectionHandler |
The connection handler accepts incoming connections and dispatches incoming requests to to a request mapper. More... |
Definition in file httpconnectionhandler.h.