HTTPie for Terminal
HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client. Its 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 using a simple and natural syntax, and...
License model
- Free • Open Source
Application types
Platforms
- Mac
- Windows
- Linux
- Python
- FreeBSD
Features
- Command line interface
- Lightweight
- REST API
- Web Testing
- API Management
HTTPie for Terminal News & Activities
Recent News
Recent activities
- POX added HTTPie for Terminal as alternative to Yaak
- tiagofaustino liked HTTPie for Terminal
- zulfarahma added Lightweight as a feature to HTTPie for Terminal
- zulfarahma liked HTTPie for Terminal
- POX added HTTPie for Terminal as alternative to ArdorQuery
- POX added HTTPie for Terminal as alternative to gRPC
- mish added HTTPie for Terminal as alternative to Step CI
- Danilo_Venom added HTTPie for Terminal as alternative to Wget
HTTPie for Terminal information
AlternativeTo Categories
Development, OS & UtilitiesGitHub repository
- 33,390 Stars
- 3,674 Forks
- 184 Open Issues
- Updated Sep 16, 2024
What is HTTPie for Terminal?
HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client. Its 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 using a simple and natural syntax, and displays colorized output. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.
Said about HTTPie for Terminal as an alternative
Like cURL, HTTPie also has JSON support, but HTTPie reduces syntax by leaving out the header syntax. This makes a test call to an API easier to remember. Avoiding time spent reviewing a doc. For example: $ http POST https://api.ctl.io/v2/authentication/login 'username=YOUR.USERNAME' 'password=YOUR.PASSWORD' A similar call using cURL requires header syntax.
Can be launched without internet connection (useful in cases of restrictive VPN policy)
Update to the (only) negative comment. The UI is now free (price) but closed source.
Comments and Reviews
The UI is still in "private early access" stage, and thus render HTTPie not ideal
The GUI version of HTTPie is now generally available, but it's closed source and separate product from the CLI version, there's a dedicated entry for it: HTTPie for Web & Desktop
Reply written Aug 31, 2022