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