| 153 | } |
| 154 | |
| 155 | QByteArray Response::contentEncoding() const noexcept |
| 156 | { |
| 157 | Q_D(const Response); |
| 158 | return d->headers.contentEncoding(); |
| 159 | } |
| 160 | |
| 161 | void Cutelyst::Response::setContentEncoding(const QByteArray &encoding) |
| 162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected