| 181 | } |
| 182 | |
| 183 | SC::Result SC::HttpFormUrlDecode(StringSpan input, Span<char> storage, StringSpan& output) |
| 184 | { |
| 185 | return scHttpDecodeComponent(input, storage, output, true); |
| 186 | } |
| 187 | |
| 188 | SC::Result SC::HttpRequestTargetView::parse(StringSpan requestTarget) |
| 189 | { |
nothing calls this directly
no test coverage detected