| 79 | } |
| 80 | |
| 81 | QByteArray Headers::contentEncoding() const noexcept |
| 82 | { |
| 83 | return header("Content-Encoding"); |
| 84 | } |
| 85 | |
| 86 | void Headers::setContentEncoding(const QByteArray &encoding) |
| 87 | { |
nothing calls this directly
no outgoing calls
no test coverage detected