wiztools / rest-client

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

Response panel - Change between text and binary #59

Closed jorgelamb closed 7 years ago

jorgelamb commented 7 years ago

[Specific to UI]

Sometimes the response body is treated as binary but would be more interesting as text (ie. application/x-www-form-urlencoded). And maybe sometimes a text response would be interesting as binary, this is just an idea.

Manually changing the response type would help. Or at least treating application/x-www-form-urlencoded as text as default in HttpUtil.isTextContentType()?

PS: Also, for application/x-www-form-urlencoded a key/value panel would be useful, but with the possibility to view the response as text, but that would probably be a new issue.