constant RequestOptions::TIMEOUT in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/guzzle/src/RequestOptions.php \GuzzleHttp\RequestOptions::TIMEOUT
timeout: (float, default=0) Float describing the timeout of the request in seconds. Use 0 to wait indefinitely (the default behavior).
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 238
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const TIMEOUT = 'timeout';