csarrazi / CsaGuzzleBundle

A bundle integrating Guzzle >=4.0 in Symfony
250 stars 76 forks source link

Collect and let profiler show `proxy` request option #262

Open rvanlaak opened 4 years ago

rvanlaak commented 4 years ago

Guzzle allows configuring proxy as option while doing a request.

What

Why

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.

csarrazi commented 4 years ago

Great idea!