Interface Salient\Contract\Http\HeadersInterface

extends DictionaryInterface<string, string[]>, HasHeaders, Immutable, Stringable, HasHttpHeader
Methods
Methods inherited from Salient\Contract\Collection\DictionaryInterface
isEmpty(), has(), get(), sort(), reverse(), forEach(), map(), filter(), find(), only(), onlyIn(), except(), exceptIn(), slice(), hasValue(), keyOf(), firstOf(), all(), first(), last(), nth(), pop(), shift()
Methods inherited from ArrayAccess
offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Methods inherited from Countable
count()
Methods inherited from Salient\Contract\Core\Arrayable
toArray()
Methods inherited from Salient\Contract\Core\Jsonable
toJson()
Methods inherited from Salient\Contract\Http\HasHeaders
getHeaders(), hasHeader(), getHeader(), getHeaderLine(), getHeaderLines(), getHeaderValues(), getFirstHeaderValue(), getLastHeaderValue(), getOnlyHeaderValue()
Methods inherited from Stringable
__toString()
Constants inherited from Salient\Contract\Collection\DictionaryInterface
CALLBACK_USE_VALUE, CALLBACK_USE_KEY, CALLBACK_USE_BOTH, FIND_VALUE, FIND_KEY
Constants inherited from Salient\Contract\Http\HasHttpHeader
HEADER_ACCEPT, HEADER_ACCEPT_ENCODING, HEADER_AUTHORIZATION, HEADER_CONNECTION, HEADER_CONTENT_DISPOSITION, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_DATE, HEADER_HOST, HEADER_LINK, HEADER_LOCATION, HEADER_ODATA_VERSION, HEADER_PREFER, HEADER_PROXY_AUTHORIZATION, HEADER_RETRY_AFTER, HEADER_SERVER, HEADER_TRANSFER_ENCODING, HEADER_USER_AGENT