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

Method contentEncoding

Cutelyst/headers.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81QByteArray Headers::contentEncoding() const noexcept
82{
83 return header("Content-Encoding");
84}
85
86void Headers::setContentEncoding(const QByteArray &encoding)
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected