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