MCPcopy 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
235bool SC::HttpRequestTargetView::getQueryValue(StringSpan name, StringSpan& value) const
236{
237 return HttpURLParser::getQueryValue(search, name, value);
238}
239
240SC::Result SC::HttpURLParser::parse(StringSpan url)
241{

Callers 3

testQueryParamsMethod · 0.80
testRequestTargetViewMethod · 0.80
onRequestMethod · 0.80

Calls 1

nextMethod · 0.45

Tested by 2

testQueryParamsMethod · 0.64
testRequestTargetViewMethod · 0.64