QHttpEngine
0.1.0
Simple and secure HTTP server for Qt applications
|
23 #ifndef QHTTPENGINE_QHTTPSERVER_H
24 #define QHTTPENGINE_QHTTPSERVER_H
26 #include <QHostAddress>
30 #include "qhttpengine.h"
31 #include "qhttphandler.h"
33 class QHTTPENGINE_EXPORT QHttpServerPrivate;
83 QHttpServerPrivate *
const d;
84 friend class QHttpServerPrivate;
87 #endif // QHTTPENGINE_QHTTPSERVER_H
Base class for HTTP handlers.
Definition: qhttphandler.h:72
QHttpServer(QObject *parent=0)
Create an HTTP server.
void setHandler(QHttpHandler *handler)
Set the root handler for all new requests.
TCP server for HTTP requests.
Definition: qhttpserver.h:61
QHttpServer(QHttpHandler *handler, QObject *parent=0)
Create an HTTP server with the specified handler.