wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

treat application/x-www-form-urlencoded response as text #60

Closed jorgelamb closed 7 years ago

jorgelamb commented 7 years ago

Change to treat application/x-www-form-urlencoded responses as text. It is better than binary formatting.

Fixes #59 at least in some way. Being able to chage between binary and text is an extra.