| 1051 | } |
| 1052 | |
| 1053 | bool SC::HttpClientResponse::getProxyAuthenticate(StringSpan& value) const |
| 1054 | { |
| 1055 | return getHeader("Proxy-Authenticate", value); |
| 1056 | } |
| 1057 | |
| 1058 | bool SC::HttpClientResponse::getNextContentCoding(HttpClientContentCodingIterator& iterator, |
| 1059 | HttpClientContentCoding& contentCoding) const |
no outgoing calls