class Headers < Protocol::HTTP::Headers

Inherits from
Protocol::HTTP::Headers

The header fields associated with a multipart body or part.

Definitions

def initialize(fields = [], tail = nil, indexed: nil, policy: POLICY)

Initialize the multipart headers.

Signature

parameter fields Array

An array of [key, value] pairs.

parameter tail Integer | Nil

The index of the trailer start.

parameter indexed Hash | Nil

The cached header index.

parameter policy Hash

The header normalization policy.

Implementation

def initialize(fields = [], tail = nil, indexed: nil, policy: POLICY)
	super
end