Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QHstsHeaderParser Class Reference

#include <qhsts_p.h>

+ Collaboration diagram for QHstsHeaderParser:

Public Member Functions

bool parse (const QHttpHeaders &headers)
 
QDateTime expirationDate () const
 
bool includeSubDomains () const
 

Detailed Description

Definition at line 91 of file qhsts_p.h.

Member Function Documentation

◆ expirationDate()

QDateTime QHstsHeaderParser::expirationDate ( ) const
inline

Definition at line 97 of file qhsts_p.h.

Referenced by QHstsCache::updateFromHeaders().

+ Here is the caller graph for this function:

◆ includeSubDomains()

bool QHstsHeaderParser::includeSubDomains ( ) const
inline

Definition at line 98 of file qhsts_p.h.

Referenced by QHstsCache::updateFromHeaders().

+ Here is the caller graph for this function:

◆ parse()

bool QHstsHeaderParser::parse ( const QHttpHeaders & headers)

Definition at line 329 of file qhsts.cpp.

References QDateTime::currentDateTimeUtc(), QHttpHeaders::StrictTransportSecurity, and QHttpHeaders::values().

Referenced by QHstsCache::updateFromHeaders().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: