| 31 | } |
| 32 | |
| 33 | void |
| 34 | QHttpResponse::addHeader(const QByteArray &field, const QByteArray &value) { |
| 35 | d_func()->addHeader(field, value); |
| 36 | } |
| 37 | |
| 38 | THeaderHash& |
| 39 | QHttpResponse::headers() { |
nothing calls this directly
no outgoing calls
no test coverage detected