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