4#ifndef QNETWORKCOOKIE_P_H
5#define QNETWORKCOOKIE_P_H
18#include <QtNetwork/private/qtnetworkglobal_p.h>
19#include "QtCore/qdatetime.h"
20#include "QtNetwork/qnetworkcookie.h"
43 return c ==
' ' ||
c ==
'\t' ||
c ==
'\r' ||
c ==
'\n';
\inmodule QtCore\reentrant
QNetworkCookiePrivate()=default
static QList< QNetworkCookie > parseSetCookieHeaderLine(const QByteArray &cookieString)
QNetworkCookie::SameSite sameSite
\macro QT_RESTRICTED_CAST_FROM_ASCII
qsizetype size() const
Returns the number of characters in this string.
const QChar at(qsizetype i) const
Returns the character at the given index position in the string.
Combined button and popup list for selecting options.
static bool isLWS(char c)
static int nextNonWhitespace(const QByteArray &text, int from)