The sequence of values.
The sequence of values. This value is protected and mutable
since subclasses might initially set it to a null
value and then initialize
it lazily.
Append the given headers
Append the given headers
Retrieves the first header value which is associated with the given key.
Retrieves the first header value which is associated with the given key.
Headers data.
Optionally returns the first header value associated with a key.
Optionally returns the first header value associated with a key.
Retrieve all header values associated with the given key.
Retrieve all header values associated with the given key.
The headers as a sequence of name-value pairs.
The headers as a sequence of name-value pairs.
Retrieve all header keys
Retrieve all header keys
Remove any headers with the given keys
Remove any headers with the given keys
Append the given headers, replacing any existing headers having the same keys
Append the given headers, replacing any existing headers having the same keys
Transform the Headers to a Map
Transform the Headers to a Map
Transform the Headers to a Map by ignoring multiple values.
Transform the Headers to a Map by ignoring multiple values.
Fake HTTP headers implementation.
Headers data.