struct

HPack::DecodedHeader

Inherits Struct < Value < Object

A decoded header field together with its representation on the wire.

Intermediaries must preserve Indexing::NEVER when re-encoding a field.

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