QtWebApp
stefanfrings::HttpCookie Member List

This is the complete list of members for stefanfrings::HttpCookie, including all inherited members.

getComment() conststefanfrings::HttpCookie
getDomain() conststefanfrings::HttpCookie
getHttpOnly() conststefanfrings::HttpCookie
getMaxAge() conststefanfrings::HttpCookie
getName() conststefanfrings::HttpCookie
getPath() conststefanfrings::HttpCookie
getSameSite() conststefanfrings::HttpCookie
getSecure() conststefanfrings::HttpCookie
getValue() conststefanfrings::HttpCookie
getVersion() conststefanfrings::HttpCookie
HttpCookie()stefanfrings::HttpCookie
HttpCookie(const QByteArray name, const QByteArray value, const int maxAge, const QByteArray path="/", const QByteArray comment=QByteArray(), const QByteArray domain=QByteArray(), const bool secure=false, const bool httpOnly=false, const QByteArray sameSite=QByteArray())stefanfrings::HttpCookie
HttpCookie(const QByteArray source)stefanfrings::HttpCookie
setComment(const QByteArray comment)stefanfrings::HttpCookie
setDomain(const QByteArray domain)stefanfrings::HttpCookie
setHttpOnly(const bool httpOnly)stefanfrings::HttpCookie
setMaxAge(const int maxAge)stefanfrings::HttpCookie
setName(const QByteArray name)stefanfrings::HttpCookie
setPath(const QByteArray path)stefanfrings::HttpCookie
setSameSite(const QByteArray sameSite)stefanfrings::HttpCookie
setSecure(const bool secure)stefanfrings::HttpCookie
setValue(const QByteArray value)stefanfrings::HttpCookie
splitCSV(const QByteArray source)stefanfrings::HttpCookiestatic
toByteArray() conststefanfrings::HttpCookie