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);