Class Salient\Http\HttpHeaders

implements HttpHeadersInterface
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
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()
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