cutelyst 5.0.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
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() const noexceptCutelyst::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() const noexceptCutelyst::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() const noexceptCutelyst::Response
header(const QByteArray &field) const noexceptCutelyst::Response
headers() noexceptCutelyst::Response
HttpStatus enum nameCutelyst::Response
HTTPVersionNotSupported enum value (defined in Cutelyst::Response)Cutelyst::Response
InternalServerError enum value (defined in Cutelyst::Response)Cutelyst::Response
isFinalized() const noexceptCutelyst::Response
isFinalizedHeaders() const noexceptCutelyst::Response
isSequential() const noexcept overrideCutelyst::Response
LengthRequired enum value (defined in Cutelyst::Response)Cutelyst::Response
location() const noexceptCutelyst::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
setBody(QStringView body)Cutelyst::Responseinline
setCborBody(const QByteArray &cbor)Cutelyst::Response
setCborValueBody(const QCborValue &value)Cutelyst::Response
setContentEncoding(const QByteArray &encoding)Cutelyst::Response
setContentType(const QByteArray &type)Cutelyst::Responseinline
setCookie(const QNetworkCookie &cookie)Cutelyst::Response
setCookies(const QList< QNetworkCookie > &cookies)Cutelyst::Response
setHeader(const QByteArray &key, const QByteArray &value)Cutelyst::Response
setJsonArrayBody(const QJsonArray &array)Cutelyst::Response
setJsonBody(QStringView json)Cutelyst::Responseinline
setJsonBody(const QByteArray &json)Cutelyst::Response
setJsonObjectBody(const QJsonObject &obj)Cutelyst::Response
setStatus(quint16 status) noexceptCutelyst::Response
size() const noexcept overrideCutelyst::Response
status() const noexceptCutelyst::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={})Cutelyst::Response
webSocketHandshake(const QByteArray &key={}, const QByteArray &origin={}, const QByteArray &protocol={})Cutelyst::Response
webSocketPing(const QByteArray &payload={})Cutelyst::Response
webSocketTextMessage(const QString &message)Cutelyst::Response
writeData(const char *data, qint64 len) overrideCutelyst::Responseprotectedvirtual
~Response() overrideCutelyst::Responsevirtual