18 #ifndef QDJANGO_FASTCGI_SERVER_H
19 #define QDJANGO_FASTCGI_SERVER_H
21 #include <QHostAddress>
24 #include "QDjangoHttp_p.h"
26 class QDjangoFastCgiServerPrivate;
49 bool listen(
const QString &name);
50 bool listen(
const QHostAddress &address, quint16 port);
54 void _q_newLocalConnection();
55 void _q_newTcpConnection();
59 QDjangoFastCgiServerPrivate *d;
The QDjangoFastCgiServer class represents a FastCGI server.
Definition: QDjangoFastCgiServer.h:40
The QDjangoHttpController class provides static methods for replying to HTTP requests.
Definition: QDjangoHttpController.h:34
The QDjangoUrlResolver class maps incoming HTTP requests to handlers.
Definition: QDjangoUrlResolver.h:35