You are here

constant RequestOptions::HEADERS in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/guzzle/src/RequestOptions.php \GuzzleHttp\RequestOptions::HEADERS

headers: (array) Associative array of HTTP headers. Each value MUST be a string or array of strings.

File

vendor/guzzlehttp/guzzle/src/RequestOptions.php, line 125

Class

RequestOptions
This class contains a list of built-in Guzzle request options.

Namespace

GuzzleHttp

Code

const HEADERS = 'headers';