gocurl
gocurl copied to clipboard
Add "body_text" field to JSON output
Currently, it only prints body_base64, basically raw response body.
In the case when the content type is text based, it may be useful to print the decoded text content as well.