Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
AbstractMessage.php
»
AbstractMessage
»
AbstractMessage::getHeader
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
34 calls to AbstractMessage::getHeader()
AbstractMessage::getTokenizedHeader
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
AbstractMessage.php
Get a tokenized header as a Collection
Request::changedHeader
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Request.php
Check to see if the modified headers need to reset any of the managed headers like cache-control
Request::getCookies
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Request.php
Get an array of Cookies
Request::removeCookie
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Request.php
Remove a specific cookie value by name
Response::getAcceptRanges
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Accept-Ranges HTTP header
Response::getAge
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Age HTTP header
Response::getAllow
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Allow HTTP header
Response::getCacheControl
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Cache-Control HTTP header
Response::getConnection
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Connection HTTP header
Response::getContentEncoding
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Content-Encoding HTTP header
Response::getContentLanguage
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Content-Language HTTP header
Response::getContentLength
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Content-Length HTTP header
Response::getContentLocation
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Content-Location HTTP header
Response::getContentMd5
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Content-MD5 HTTP header
Response::getContentRange
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Content-Range HTTP header
Response::getContentType
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Content-Type HTTP header
Response::getDate
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Date HTTP header
Response::getEtag
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the ETag HTTP header
Response::getExpires
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Expires HTTP header
Response::getLastModified
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Last-Modified HTTP header
Response::getLocation
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Location HTTP header
Response::getMaxAge
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Gets the number of seconds from the current time in which this response is still considered fresh
Response::getPragma
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Pragma HTTP header
Response::getProxyAuthenticate
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Proxy-Authenticate HTTP header
Response::getRetryAfter
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Retry-After HTTP header
Response::getServer
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Server HTTP header
Response::getSetCookie
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Set-Cookie HTTP header
Response::getTrailer
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Trailer HTTP header
Response::getTransferEncoding
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Transfer-Encoding HTTP header
Response::getVary
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Vary HTTP header
Response::getVia
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Via HTTP header
Response::getWarning
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the Warning HTTP header
Response::getWwwAuthenticate
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Get the WWW-Authenticate HTTP header
Response::isMethodAllowed
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
Message/
Response.php
Check if an HTTP method is allowed by checking the Allow response header