Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ getLocation
Method
getLocation
Libraries/HttpClient/HttpClient.cpp:1046–1046 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1044
}
1045
1046
bool SC::HttpClientResponse::getLocation(StringSpan& value) const { return getHeader(
"Location"
, value); }
1047
1048
bool SC::HttpClientResponse::getWwwAuthenticate(StringSpan& value) const
1049
{
Callers
1
responseHeaderHelpers
Method · 0.80
Calls
no outgoing calls
Tested by
1
responseHeaderHelpers
Method · 0.64