2 references to IsEncoded
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
422
Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.
IsEncoded
, RawTarget, queryLength);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
919
PathEncoded = targetPath.
IsEncoded
;