Is there a command line utility where you can simply configure the HTTP request and return the trace back to the console?
Also, specifying a method will simply be a great feature instead of a method that is a side effect.
I can get all the information I need with cURL, but I can't figure out how easy it is to display it without dropping all the files.
I want the output to display the sent headers of the received headers and message body.
There must be something, but I could not find it. I realized that I should ask before I go and write it myself.
source
share