2 writes to RawPath
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpParserTests.cs (2)
899
RawPath
= path.GetAsciiString();
917
RawPath
= path.GetAsciiString();
1 reference to RawPath
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
46
Assert.Equal(requestHandler.
RawPath
, expectedRawPath);