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

Method HttpFormUrlDecode

Libraries/Http/HttpURLParser.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183SC::Result SC::HttpFormUrlDecode(StringSpan input, Span<char> storage, StringSpan& output)
184{
185 return scHttpDecodeComponent(input, storage, output, true);
186}
187
188SC::Result SC::HttpRequestTargetView::parse(StringSpan requestTarget)
189{

Callers

nothing calls this directly

Calls 1

scHttpDecodeComponentFunction · 0.85

Tested by

no test coverage detected