github link: https://github.com/Armine-i/httpc
Steps before using the command line tool:
$ source v2/bin/activate
$ pip install --editable .
Examples:
- GET command:
"httpc get -v http://httpbin.org/status/418"
- POST command:
"httpc post -h Content-Type:application/json --d "Assignment":1 http://httpbin.org/post"