6 #ifndef CUTELYST_COOKIE_H 7 #define CUTELYST_COOKIE_H 9 #include <Cutelyst/cutelyst_global.h> 11 #include <QNetworkCookie> 87 bool operator==(
const Cookie &other)
const;
97 SameSite sameSitePolicy()
const;
101 void setSameSitePolicy(SameSite sameSite);
108 QByteArray toRawForm(RawForm form = Full)
const;
118 #ifndef QT_NO_DEBUG_STREAM 123 #endif // CUTELYST_COOKIE_H
void swap(Cookie &other) noexcept
Swaps this cookie with other.
void swap(QNetworkCookie &other)
The Cutelyst namespace holds all public Cutelyst API.
bool operator!=(const Cookie &other) const
Returns true if this cookie is not equal to other.
QDebug & operator<<(QChar t)
Cookie & operator=(Cookie &&other) noexcept
Move assigns the contents of the Cookie object other to this object.