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