class Protocol::HTTP::Headers
def initialize(fields = [], indexed = nil)
@parameter fields [Array] An array of `[key, value]` pairs.
Initialize the headers with the specified fields.
def initialize(fields = [], indexed = nil) @fields = fields @indexed = indexed # Marks where trailer start in the @fields array. @tail = nil end