What problem does it solve?
HTTPie CLI makes API work approachable by providing a human-friendly way to send HTTP requests, parse JSON, and inspect responses, replacing the need for complex curl syntax.
Core Features & Use Cases
- Natural syntax: simple, readable commands for HTTP methods and URL targets.
- Authentication & forms: support for Basic, Digest, Bearer, and form-encoded data.
- Rich output: colorized, structured responses suitable for quick debugging.
- Sessions, downloads & proxies: persistent sessions, file downloads, and proxy settings for environments.
- Plugins & configuration: extendable with plugins and a configurable defaults file for consistent workflows.
- Use cases: API exploration, automated testing, integration testing, and debugging REST endpoints securely and efficiently.
Quick Start
Install HTTPie and run a simple request, for example http GET https://api.github.com.