Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QHstsHeaderParser Class Reference

#include <qhsts_p.h>

+ Collaboration diagram for QHstsHeaderParser:

Public Member Functions

bool parse (const QList< QPair< QByteArray, QByteArray > > &headers)
 
QDateTime expirationDate () const
 
bool includeSubDomains () const
 

Detailed Description

Definition at line 89 of file qhsts_p.h.

Member Function Documentation

◆ expirationDate()

QDateTime QHstsHeaderParser::expirationDate ( ) const
inline

Definition at line 95 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 96 of file qhsts_p.h.

Referenced by QHstsCache::updateFromHeaders().

+ Here is the caller graph for this function:

◆ parse()

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().

+ 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: