ludofleury / GuzzleBundle

Debug your API Calls with a Symfony web profiler for guzzle
http://ludofleury.github.io/GuzzleBundle/
MIT License
82 stars 21 forks source link

Add support for Body Content in Request (POST, PUT, ...) #4

Closed remialvado closed 11 years ago

remialvado commented 11 years ago

Hi,

I've just added support for body content in Request UI. Indeed, all EntityEnclosingRequest can be better "debugged" with their body content.

Thanks for this Bundle ! It has really made my day :)

ludofleury commented 11 years ago

Really nice! I think about that but forget to implement it (since I use post/put json on my api). Thanks for your contribution.