Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.74 KB

RequestOptions.md

File metadata and controls

57 lines (43 loc) · 1.74 KB

RequestOptions

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

More documentation for each option can be found at http://guzzlephp.org/.

  • Full name: \GuzzleHttp\RequestOptions
  • This class is marked as final and can't be subclassed
  • This class is a Final class

See Also:

Constants

Constant Visibility Type Value
ALLOW_REDIRECTS public 'allow_redirects'
AUTH public 'auth'
BODY public 'body'
CERT public 'cert'
COOKIES public 'cookies'
CONNECT_TIMEOUT public 'connect_timeout'
DEBUG public 'debug'
DECODE_CONTENT public 'decode_content'
DELAY public 'delay'
EXPECT public 'expect'
FORM_PARAMS public 'form_params'
HEADERS public 'headers'
HTTP_ERRORS public 'http_errors'
IDN_CONVERSION public 'idn_conversion'
JSON public 'json'
MULTIPART public 'multipart'
ON_HEADERS public 'on_headers'
ON_STATS public 'on_stats'
PROGRESS public 'progress'
PROXY public 'proxy'
QUERY public 'query'
SINK public 'sink'
SYNCHRONOUS public 'synchronous'
SSL_KEY public 'ssl_key'
STREAM public 'stream'
VERIFY public 'verify'
TIMEOUT public 'timeout'
READ_TIMEOUT public 'read_timeout'
VERSION public 'version'
FORCE_IP_RESOLVE public 'force_ip_resolve'