6 references to H3StaticTable
Microsoft.AspNetCore.Shared.Tests (6)
runtime\Http3\QPackDecoderTest.cs (6)
79Assert.Equal(":method", _handler.DecodedStaticHeaders[H3StaticTable.MethodGet].Key); 80Assert.Equal("GET", _handler.DecodedStaticHeaders[H3StaticTable.MethodGet].Value); 94Assert.Equal(_contentTypeString, _handler.DecodedStaticHeaders[H3StaticTable.ContentTypeApplicationDnsMessage].Key); 95Assert.Equal(_headerValueString, _handler.DecodedStaticHeaders[H3StaticTable.ContentTypeApplicationDnsMessage].Value); 387ref readonly HeaderField entry = ref H3StaticTable.Get(index); 394byte[] name = H3StaticTable.Get(index).Name;