MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / contentEncoding

Method contentEncoding

Cutelyst/response.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155QByteArray Response::contentEncoding() const noexcept
156{
157 Q_D(const Response);
158 return d->headers.contentEncoding();
159}
160
161void Cutelyst::Response::setContentEncoding(const QByteArray &encoding)
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected