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

Method getWwwAuthenticate

Libraries/HttpClient/HttpClient.cpp:1048–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046bool SC::HttpClientResponse::getLocation(StringSpan& value) const { return getHeader("Location", value); }
1047
1048bool SC::HttpClientResponse::getWwwAuthenticate(StringSpan& value) const
1049{
1050 return getHeader("WWW-Authenticate", value);
1051}
1052
1053bool SC::HttpClientResponse::getProxyAuthenticate(StringSpan& value) const
1054{

Callers 1

responseHeaderHelpersMethod · 0.80

Calls

no outgoing calls

Tested by 1

responseHeaderHelpersMethod · 0.64