| 409 | } |
| 410 | |
| 411 | Headers::Authorization Headers::proxyAuthorizationBasicObject() const |
| 412 | { |
| 413 | return decodeBasicAuthPair(proxyAuthorization()); |
| 414 | } |
| 415 | |
| 416 | QByteArray Headers::header(QAnyStringView key) const noexcept |
| 417 | { |
nothing calls this directly
no test coverage detected