Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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

Definition at line 948 of file qnetworkcookie.cpp.

Member Data Documentation

◆ comment

QString QNetworkCookiePrivate::comment

Definition at line 33 of file qnetworkcookie_p.h.

◆ domain

QString QNetworkCookiePrivate::domain

Definition at line 31 of file qnetworkcookie_p.h.

◆ expirationDate

QDateTime QNetworkCookiePrivate::expirationDate

Definition at line 30 of file qnetworkcookie_p.h.

◆ httpOnly

bool QNetworkCookiePrivate::httpOnly = false

Definition at line 38 of file qnetworkcookie_p.h.

◆ name

QByteArray QNetworkCookiePrivate::name

◆ path

QString QNetworkCookiePrivate::path

Definition at line 32 of file qnetworkcookie_p.h.

◆ sameSite

Definition at line 36 of file qnetworkcookie_p.h.

◆ secure

bool QNetworkCookiePrivate::secure = false

Definition at line 37 of file qnetworkcookie_p.h.

◆ value

QByteArray QNetworkCookiePrivate::value

Definition at line 35 of file qnetworkcookie_p.h.


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