5 implementations of OnStaticIndexedHeader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1ParsingHandler.cs (1)
55public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
927public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http1ConnectionBenchmark.cs (1)
119public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value)
HttpParserBenchmark.cs (2)
118public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value) 146public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value)