You are here

constant RequestOptions::ON_HEADERS in Zircon Profile 8

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

on_headers: (callable) A callable that is invoked when the HTTP headers of the response have been received but the body has not yet begun to download.

File

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

Class

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

Namespace

GuzzleHttp

Code

const ON_HEADERS = 'on_headers';