struct

HTTP2::DecodedHeaderField

Inherits Struct < Value < Object

One decoded field and the HPACK representation used on the wire.

The representation is retained so an intermediary can preserve the never-indexed marker without exposing HPACK implementation types.

Constructors

new(name : String, value : String, indexing : Indexing)
Source

Instance methods

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

Nested types