18 #ifndef QDJANGO_HTTP_SERVER_H 19 #define QDJANGO_HTTP_SERVER_H 21 #include <QHostAddress> 24 #include "QDjangoHttp_p.h" 29 class QDjangoHttpServerPrivate;
51 bool listen(
const QHostAddress &address, quint16 port);
52 QHostAddress serverAddress()
const;
53 quint16 serverPort()
const;
62 void _q_newTcpConnection();
66 QDjangoHttpServerPrivate*
const d;
The QDjangoHttpResponse class represents an HTTP response.
Definition: QDjangoHttpResponse.h:31
The QDjangoHttpServer class represents an HTTP server.
Definition: QDjangoHttpServer.h:42
The QDjangoUrlResolver class maps incoming HTTP requests to handlers.
Definition: QDjangoUrlResolver.h:35
The QDjangoHttpRequest class represents an HTTP request.
Definition: QDjangoHttpRequest.h:31