23 #ifndef TUFAO_HEADERS_H
24 #define TUFAO_HEADERS_H
26 #include <QtCore/QMultiHash>
27 #include <QtCore/QDateTime>
28 #include "ibytearray.h"
42 struct Headers:
public QMultiHash<IByteArray, QByteArray>
51 TUFAO_EXPORT
static QByteArray
fromDateTime(
const QDateTime &dateTime);
66 TUFAO_EXPORT
static QDateTime
toDateTime(
const QByteArray &headerValue,
67 const QDateTime &defaultValue
71 TUFAO_EXPORT QDebug operator<<(QDebug dbg,
const Headers &headers);
75 #endif // TUFAO_HEADERS_H
This is the namespace where all Tufão facilities are grouped.
Definition: abstracthttpserverrequesthandler.h:30