You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Guzzle allows configuring
proxy
as option while doing a request.What
\Csa\GuzzleHttp\Middleware\History\History::mergeInfo
middleware also collectoptions
\Csa\Bundle\GuzzleBundle\DataCollector\InternalGuzzleCollector::doCollect
store some options (start withproxy
?) to the data collectionvendor/csa/guzzle-bundle/src/Resources/views/Calls/list.html.twig
show the collected requested optionsWhy
Showing this to the developer improves debugging capabilities. Without showing request options valuable information gets lost.
There are more Guzzle request options that might are useful to show.
The text was updated successfully, but these errors were encountered: