Cutelyst  2.13.0
Cutelyst::Response Member List

This is the complete list of members for Cutelyst::Response, including all inherited members.

Accepted enum value (defined in Cutelyst::Response)Cutelyst::Response
Application (defined in Cutelyst::Response)Cutelyst::Responsefriend
BadGateway enum value (defined in Cutelyst::Response)Cutelyst::Response
BadRequest enum value (defined in Cutelyst::Response)Cutelyst::Response
BandwidthLimitExceeded enum value (defined in Cutelyst::Response)Cutelyst::Response
body()Cutelyst::Response
bodyDevice() constCutelyst::Response
CloseCode enum nameCutelyst::Response
CloseCodeAbnormalDisconnection enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeBadOperation enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeDatatypeNotSupported enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeGoingAway enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeMissingExtension enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeMissingStatusCode enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeNormal enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodePolicyViolated enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeProtocolError enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeReserved1004 enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeTlsHandshakeFailed enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeTooMuchData enum value (defined in Cutelyst::Response)Cutelyst::Response
CloseCodeWrongDatatype enum value (defined in Cutelyst::Response)Cutelyst::Response
Conflict enum value (defined in Cutelyst::Response)Cutelyst::Response
contentEncoding() constCutelyst::Response
contentLength() constCutelyst::Response
contentType() constCutelyst::Response
contentTypeCharset() constCutelyst::Response
Context (defined in Cutelyst::Response)Cutelyst::Responsefriend
ContextPrivate (defined in Cutelyst::Response)Cutelyst::Responsefriend
Continue enum value (defined in Cutelyst::Response)Cutelyst::Response
cookie(const QByteArray &name) constCutelyst::Response
cookies() constCutelyst::Response
Created enum value (defined in Cutelyst::Response)Cutelyst::Response
Engine (defined in Cutelyst::Response)Cutelyst::Responsefriend
EngineConnection (defined in Cutelyst::Response)Cutelyst::Responsefriend
ExpectationFailed enum value (defined in Cutelyst::Response)Cutelyst::Response
Forbidden enum value (defined in Cutelyst::Response)Cutelyst::Response
Found enum value (defined in Cutelyst::Response)Cutelyst::Response
GatewayTimeout enum value (defined in Cutelyst::Response)Cutelyst::Response
Gone enum value (defined in Cutelyst::Response)Cutelyst::Response
hasBody() constCutelyst::Response
header(const QString &field) constCutelyst::Response
headers()Cutelyst::Response
HttpStatus enum nameCutelyst::Response
HTTPVersionNotSupported enum value (defined in Cutelyst::Response)Cutelyst::Response
InternalServerError enum value (defined in Cutelyst::Response)Cutelyst::Response
isFinalizedHeaders() constCutelyst::Response
isSequential() const overrideCutelyst::Responsevirtual
LengthRequired enum value (defined in Cutelyst::Response)Cutelyst::Response
location() constCutelyst::Response
MethodNotAllowed enum value (defined in Cutelyst::Response)Cutelyst::Response
MovedPermanently enum value (defined in Cutelyst::Response)Cutelyst::Response
MultipleChoices enum value (defined in Cutelyst::Response)Cutelyst::Response
MultiStatus enum value (defined in Cutelyst::Response)Cutelyst::Response
NoContent enum value (defined in Cutelyst::Response)Cutelyst::Response
NonAuthoritativeInformation enum value (defined in Cutelyst::Response)Cutelyst::Response
NotAcceptable enum value (defined in Cutelyst::Response)Cutelyst::Response
NotFound enum value (defined in Cutelyst::Response)Cutelyst::Response
NotImplemented enum value (defined in Cutelyst::Response)Cutelyst::Response
NotModified enum value (defined in Cutelyst::Response)Cutelyst::Response
OK enum value (defined in Cutelyst::Response)Cutelyst::Response
PartialContent enum value (defined in Cutelyst::Response)Cutelyst::Response
PaymentRequired enum value (defined in Cutelyst::Response)Cutelyst::Response
PermanentRedirect enum value (defined in Cutelyst::Response)Cutelyst::Response
PreconditionFailed enum value (defined in Cutelyst::Response)Cutelyst::Response
ProxyAuthenticationRequired enum value (defined in Cutelyst::Response)Cutelyst::Response
readData(char *data, qint64 maxlen) overrideCutelyst::Responseprotectedvirtual
redirect(const QUrl &url, quint16 status=Found)Cutelyst::Response
redirect(const QString &url, quint16 status=Found)Cutelyst::Response
redirectSafe(const QUrl &url, const QUrl &fallback)Cutelyst::Response
removeCookies(const QByteArray &name)Cutelyst::Response
RequestedRangeNotSatisfiable enum value (defined in Cutelyst::Response)Cutelyst::Response
RequestEntityTooLarge enum value (defined in Cutelyst::Response)Cutelyst::Response
RequestTimeout enum value (defined in Cutelyst::Response)Cutelyst::Response
RequestURITooLong enum value (defined in Cutelyst::Response)Cutelyst::Response
ResetContent enum value (defined in Cutelyst::Response)Cutelyst::Response
Response(const Headers &defaultHeaders, EngineRequest *conn=nullptr)Cutelyst::Responseexplicitprotected
SeeOther enum value (defined in Cutelyst::Response)Cutelyst::Response
ServiceUnavailable enum value (defined in Cutelyst::Response)Cutelyst::Response
setBody(QIODevice *body)Cutelyst::Response
setBody(const QByteArray &body)Cutelyst::Response
setBody(const QString &body)Cutelyst::Responseinline
setContentEncoding(const QString &encoding)Cutelyst::Response
setContentLength(qint64 length)Cutelyst::Response
setContentType(const QString &type)Cutelyst::Responseinline
setCookie(const QNetworkCookie &cookie)Cutelyst::Response
setCookies(const QList< QNetworkCookie > &cookies)Cutelyst::Response
setHeader(const QString &field, const QString &value)Cutelyst::Response
setJsonArrayBody(const QJsonArray &array)Cutelyst::Response
setJsonBody(const QJsonDocument &documment)Cutelyst::Response
setJsonBody(const QString &json)Cutelyst::Response
setJsonBody(const QByteArray &json)Cutelyst::Response
setJsonObjectBody(const QJsonObject &object)Cutelyst::Response
setStatus(quint16 status)Cutelyst::Response
size() const overrideCutelyst::Responsevirtual
status() constCutelyst::Response
SwitchingProtocols enum value (defined in Cutelyst::Response)Cutelyst::Response
TemporaryRedirect enum value (defined in Cutelyst::Response)Cutelyst::Response
Unauthorized enum value (defined in Cutelyst::Response)Cutelyst::Response
UnsupportedMediaType enum value (defined in Cutelyst::Response)Cutelyst::Response
UseProxy enum value (defined in Cutelyst::Response)Cutelyst::Response
webSocketBinaryMessage(const QByteArray &message)Cutelyst::Response
webSocketClose(quint16 code=Response::CloseCodeNormal, const QString &reason=QString())Cutelyst::Response
webSocketHandshake(const QString &key=QString(), const QString &origin=QString(), const QString &protocol=QString())Cutelyst::Response
webSocketPing(const QByteArray &payload=QByteArray())Cutelyst::Response
webSocketTextMessage(const QString &message)Cutelyst::Response
writeData(const char *data, qint64 len) overrideCutelyst::Responseprotectedvirtual
~Response() override (defined in Cutelyst::Response)Cutelyst::Responsevirtual