mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 13:28:13 +01:00
251bbaa173
* Add clarification on redirects and PSR-18 Using ``GuzzleHttp\Client::sendRequest()`` ignores the `allow_redirects` configuration option. This is discussed in [#2584][0]. This is not reflected in the documentation. [0]: https://github.com/guzzle/guzzle/issues/2584 * Update docs/request-options.rst Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>