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