constant RequestOptions::ON_HEADERS in Auth0 Single Sign On 8.2
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 166
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const ON_HEADERS = 'on_headers';