2 references to MethodGet
Microsoft.AspNetCore.Shared.Tests (2)
runtime\Http3\QPackDecoderTest.cs (2)
79
Assert.Equal(":method", _handler.DecodedStaticHeaders[H3StaticTable.
MethodGet
].Key);
80
Assert.Equal("GET", _handler.DecodedStaticHeaders[H3StaticTable.
MethodGet
].Value);