You are here

constant RequestOptions::SYNCHRONOUS in Zircon Profile 8

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

synchronous: (bool) Set to true to inform HTTP handlers that you intend on waiting on the response. This can be useful for optimizations. Note that a promise is still returned if you are using one of the async client methods.

File

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

Class

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

Namespace

GuzzleHttp

Code

const SYNCHRONOUS = 'synchronous';