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
QNetworkCookiePrivate Class Reference

#include <qnetworkcookie_p.h>

+ Inheritance diagram for QNetworkCookiePrivate:
+ Collaboration diagram for QNetworkCookiePrivate:

Public Member Functions

 QNetworkCookiePrivate ()=default
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Static Public Member Functions

static QList< QNetworkCookieparseSetCookieHeaderLine (QByteArrayView cookieString)
 

Public Attributes

QDateTime expirationDate
 
QString domain
 
QString path
 
QString comment
 
QByteArray name
 
QByteArray value
 
QNetworkCookie::SameSite sameSite = QNetworkCookie::SameSite::Default
 
bool secure = false
 
bool httpOnly = false
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 24 of file qnetworkcookie_p.h.

Constructor & Destructor Documentation

◆ QNetworkCookiePrivate()

QNetworkCookiePrivate::QNetworkCookiePrivate ( )
default

Member Function Documentation

◆ parseSetCookieHeaderLine()

QList< QNetworkCookie > QNetworkCookiePrivate::parseSetCookieHeaderLine ( QByteArrayView cookieString)
static

Member Data Documentation

◆ comment

QString QNetworkCookiePrivate::comment

Definition at line 33 of file qnetworkcookie_p.h.

Referenced by QNetworkCookie::operator==().

◆ domain

◆ expirationDate

◆ httpOnly

bool QNetworkCookiePrivate::httpOnly = false

Definition at line 38 of file qnetworkcookie_p.h.

Referenced by QNetworkCookie::isHttpOnly(), and QNetworkCookie::setHttpOnly().

◆ name

◆ path

◆ sameSite

◆ secure

bool QNetworkCookiePrivate::secure = false

◆ value


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