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