3 references to MethodGet
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
257
case H3StaticTable.
MethodGet
:
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Shared\test\Shared.Tests\runtime\Http3\QPackDecoderTest.cs (2)
79
Assert.Equal(":method", _handler.DecodedStaticHeaders[H3StaticTable.
MethodGet
].Key);
80
Assert.Equal("GET", _handler.DecodedStaticHeaders[H3StaticTable.
MethodGet
].Value);