Class Salient\Http\HttpHeaders

implements HttpHeadersInterface
uses ReadableCollectionTrait, ImmutableArrayAccessTrait, HasMutator

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\ReadableCollectionTrait
empty(), copy(), has(), get(), forEach(), find(), hasValue(), keyOf(), firstOf(), all(), toJson(), first(), last(), nth(), getIterator(), offsetExists(), offsetGet(), count(), getCallbackValue(), getReturnValue()
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\ReadableCollectionTrait
$Items