struct

HTTP2::HeaderField

Inherits Struct < Value < Object

One ordered HTTP field with encoding policy that does not expose HPACK implementation types through the connection API.

Constructors

new(name : String, value : String, indexing : Indexing = Indexing::None, huffman : Huffman = Huffman::Smaller)
Source

Instance methods

clone
Source
copy_with(name _name = @name, value _value = @value, indexing _indexing = @indexing, huffman _huffman = @huffman)
Source
huffman
indexing
name
value

Nested types