RSS Feed for This PostCurrent Article

HTTPie

HTTPie is a command line HTTP client whose goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests with a simple and natural syntax, and displays colorized responses. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.

image

HTTPie is written in Python, and under the hood it uses the excellent Requests for HTTP and Pygments for colorizing.


Trackback URL


Sorry, comments for this entry are closed at this time.