3 references to DecodePath
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
422
Path = _parsedPath = PathDecoder.
DecodePath
(path, targetPath.IsEncoded, RawTarget, queryLength);
Internal\Http2\Http2Stream.cs (1)
450
Path = PathDecoder.
DecodePath
(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);
Internal\Http3\Http3Stream.cs (1)
1171
Path = PathDecoder.
DecodePath
(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);