12 references to HttpParser
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
StartLineTests.cs (1)
527httpParser: new HttpParser<Http1ParsingHandler>());
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (11)
HeaderCollectionBenchmark.cs (1)
333httpParser: new HttpParser<Http1ParsingHandler>(),
Http1ConnectionBenchmark.cs (2)
21private readonly HttpParser<Adapter> _parser = new HttpParser<Adapter>(); 36httpParser: new HttpParser<Http1ParsingHandler>());
Http1LargeWritingBenchmark.cs (1)
73httpParser: new HttpParser<Http1ParsingHandler>(),
Http1ReadingBenchmark.cs (1)
102httpParser: new HttpParser<Http1ParsingHandler>(),
Http1WritingBenchmark.cs (1)
107httpParser: new HttpParser<Http1ParsingHandler>(),
Http2\Http2FrameWriterBenchmark.cs (1)
34httpParser: new HttpParser<Http1ParsingHandler>(),
HttpParserBenchmark.cs (1)
13private readonly HttpParser<Adapter> _parser = new HttpParser<Adapter>();
HttpProtocolFeatureCollection.cs (1)
235httpParser: new HttpParser<Http1ParsingHandler>(),
RequestParsingBenchmark.cs (1)
33httpParser: new HttpParser<Http1ParsingHandler>(),
ResponseHeaderCollectionBenchmark.cs (1)
181httpParser: new HttpParser<Http1ParsingHandler>(),