![]() |
Qt 6.x
The Qt SDK
|
#include <qhsts_p.h>
Public Member Functions | |
bool | parse (const QList< QPair< QByteArray, QByteArray > > &headers) |
QDateTime | expirationDate () const |
bool | includeSubDomains () const |
|
inline |
Definition at line 95 of file qhsts_p.h.
Referenced by QHstsCache::updateFromHeaders().
|
inline |
Definition at line 96 of file qhsts_p.h.
Referenced by QHstsCache::updateFromHeaders().
bool QHstsHeaderParser::parse | ( | const QList< QPair< QByteArray, QByteArray > > & | headers | ) |
Definition at line 327 of file qhsts.cpp.
References QDateTime::addSecs(), Qt::CaseInsensitive, and QDateTime::currentDateTimeUtc().
Referenced by QHstsCache::updateFromHeaders().