constant RequestOptions::ON_HEADERS in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
GuzzleHttpCode
const ON_HEADERS = 'on_headers';