![]() |
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"#include "qhttpheaders.h"#include "QtCore/private/qipaddress_p.h"#include "QtCore/qlist.h"Go to the source code of this file.
Functions | |
| static QT_BEGIN_NAMESPACE bool | is_valid_domain_name (const QString &host) |
| static bool | isCHAR (int c) |
| static bool | isCTL (int c) |
| static bool | isLWS (int c) |
| static bool | isTEXT (char c) |
| static bool | isSeparator (char c) |
| static QByteArrayView | unescapeMaxAge (QByteArrayView value) |
| static bool | isTOKEN (char c) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 301 of file qhsts.cpp.
References isCHAR(), isCTL(), and isSeparator().
|
static |