MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getProxyAuthenticate

Method getProxyAuthenticate

Libraries/HttpClient/HttpClient.cpp:1053–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

responseHeaderHelpersMethod · 0.80

Calls

no outgoing calls

Tested by 1

responseHeaderHelpersMethod · 0.64