![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhsts_p.h>
Public Member Functions | |
void | updateFromHeaders (const QHttpHeaders &headers, const QUrl &url) |
void | updateFromPolicies (const QList< QHstsPolicy > &hosts) |
void | updateKnownHost (const QUrl &url, const QDateTime &expires, bool includeSubDomains) |
bool | isKnownHost (const QUrl &url) const |
void | clear () |
QList< QHstsPolicy > | policies () const |
QList< QHstsPolicy > QHstsCache::policies | ( | ) | const |
void QHstsCache::updateFromHeaders | ( | const QHttpHeaders & | headers, |
const QUrl & | url ) |
void QHstsCache::updateFromPolicies | ( | const QList< QHstsPolicy > & | hosts | ) |