2 references to HttpParser
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
30
public HttpParser() :
this
(showErrorDetails: true)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
StartLineTests.cs (1)
539
Parser = new
HttpParser
<Http1ParsingHandler>(showErrorDetails: true);