18 #ifndef QDJANGO_HTTP_CONTROLLER_H
19 #define QDJANGO_HTTP_CONTROLLER_H
24 #include "QDjangoHttp_p.h"
38 static bool getBasicAuth(
const QDjangoHttpRequest &request, QString &username, QString &password);
41 static QString httpDateTime(
const QDateTime &dt);
42 static QDateTime httpDateTime(
const QString &str);
The QDjangoHttpResponse class represents an HTTP response.
Definition: QDjangoHttpResponse.h:31
The QDjangoHttpController class provides static methods for replying to HTTP requests.
Definition: QDjangoHttpController.h:34
The QDjangoHttpRequest class represents an HTTP request.
Definition: QDjangoHttpRequest.h:31