Skip to content
Snippets Groups Projects
Commit 93efe818 authored by Pavlo Dovhan's avatar Pavlo Dovhan Committed by Lucas Hedding
Browse files

Issue #3466604 by heddn: Document that HTTP data fetcher plugin support Guzzle request options

parent b799318c
Branches
Tags
1 merge request!104Added information about how to use request options.
Pipeline #254046 failed
......@@ -27,6 +27,11 @@ use GuzzleHttp\Exception\RequestException;
* User-Agent: Internet Explorer 6
* Authorization-Key: secret
* 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
*
* @DataFetcher(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment