Class Salient\Http\HttpHeaders

implements HttpHeadersInterface, IteratorAggregate<string, string[]>
uses ReadOnlyCollectionTrait, ReadOnlyArrayAccessTrait, ImmutableTrait

An [RFC7230]-compliant HTTP header collection

Headers can be applied explicitly or by passing HTTP header fields to {@see HttpHeaders::addLine()}.

Methods
Methods used from Salient\Collection\ReadOnlyCollectionTrait
__construct(), isEmpty(), has(), get(), forEach(), find(), hasValue(), keyOf(), firstOf(), all(), toJson(), first(), last(), nth(), getIterator(), offsetExists(), offsetGet(), count(), getCallbackValue(), getReturnValue()
Methods used from Salient\Collection\ReadOnlyArrayAccessTrait
offsetSet(), offsetUnset()
Methods used from Salient\Core\Concern\ImmutableTrait
with(), without(), handlePropertyChanged()
Constants inherited from Salient\Contract\Collection\CollectionInterface
CALLBACK_USE_VALUE, CALLBACK_USE_KEY, CALLBACK_USE_BOTH, FIND_VALUE, FIND_KEY
Properties
Properties used from Salient\Collection\ReadOnlyCollectionTrait
$Items