HTTPie, A CLI, cURL-like tool for humans
HTTPie provides a simple http command - the client side of the HTTP/1.1 protocol - which allows us to send HTTP requests using a simple and natural syntax and returns colorized output. The package implements the GET, POST, and HEAD operations of HTTP/1.1.
See more at: http://bits.citrusbyte.com/httpie
Post a comment