[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Message/ -> AppliesHeadersInterface.php (summary)

(no description)

File Size: 24 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AppliesHeadersInterface:: (1 method):
  applyRequestHeaders()


Interface: AppliesHeadersInterface  - X-Ref

Applies headers to a request.

This interface can be used with Guzzle streams to apply body specific
headers to a request during the PREPARE_REQUEST priority of the before event

NOTE: a body that implements this interface will prevent a default
content-type from being added to a request during the before event. If you
want a default content-type to be added, then it will need to be done
manually (e.g., using {@see GuzzleHttp\Mimetypes}).
applyRequestHeaders(RequestInterface $request)   X-Ref
Apply headers to a request appropriate for the current state of the
object.

param: RequestInterface $request Request



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1