![]() |
Qt 6.x
The Qt SDK
|
#include "qnetworkcookiejar.h"
#include "qnetworkcookiejar_p.h"
#include "QtNetwork/qnetworkcookie.h"
#include "QtCore/qurl.h"
#include "QtCore/qdatetime.h"
#include "moc_qnetworkcookiejar.cpp"
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE bool | qIsEffectiveTLD (QStringView domain) |
static bool | isParentPath (const QString &path, const QString &reference) |
static bool | isParentDomain (const QString &domain, const QString &reference) |
Definition at line 134 of file qnetworkcookiejar.cpp.
References QString::endsWith(), and QStringView::mid().
Referenced by QNetworkCookieJar::cookiesForUrl(), and QNetworkCookieJar::validateCookie().
Definition at line 115 of file qnetworkcookiejar.cpp.
Referenced by QNetworkCookieJar::cookiesForUrl().
|
static |
Definition at line 14 of file qnetworkcookiejar.cpp.
References QStringView::contains().
Referenced by QNetworkCookieJar::cookiesForUrl(), and QNetworkCookieJar::validateCookie().