Skip to content
Snippets Groups Projects

Added information about how to use request options.

Merged Pavlo Dovhan requested to merge issue/migrate_plus-3466604:6.0.x into 6.0.x
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -27,6 +27,11 @@ use GuzzleHttp\Exception\RequestException;
@@ -27,6 +27,11 @@ use GuzzleHttp\Exception\RequestException;
* User-Agent: Internet Explorer 6
* User-Agent: Internet Explorer 6
* Authorization-Key: secret
* Authorization-Key: secret
* Arbitrary-Header: foobarbaz
* Arbitrary-Header: foobarbaz
 
* # Guzzle request options can be added.
 
* # See https://docs.guzzlephp.org/en/stable/request-options.html
 
* request_options:
 
* timeout: 300
 
* allow_redirects: false
* @endcode
* @endcode
*
*
* @DataFetcher(
* @DataFetcher(
Loading