Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ getQueryValue
Method
getQueryValue
Libraries/Http/HttpURLParser.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
bool SC::HttpRequestTargetView::getQueryValue(StringSpan name, StringSpan& value) const
236
{
237
return HttpURLParser::getQueryValue(search, name, value);
238
}
239
240
SC::Result SC::HttpURLParser::parse(StringSpan url)
241
{
Callers
3
testQueryParams
Method · 0.80
testRequestTargetView
Method · 0.80
onRequest
Method · 0.80
Calls
1
next
Method · 0.45
Tested by
2
testQueryParams
Method · 0.64
testRequestTargetView
Method · 0.64