You are here

constant RequestOptions::CONNECT_TIMEOUT in Zircon Profile 8

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

connect_timeout: (float, default=0) Float describing the number of seconds to wait while trying to connect to a server. Use 0 to wait indefinitely (the default behavior).

File

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

Class

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

Namespace

GuzzleHttp

Code

const CONNECT_TIMEOUT = 'connect_timeout';