cli
cli copied to clipboard
🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
## Checklist - [ ] I've searched for similar issues. - [ ] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps env: windows pc...
## Checklist - [ ] I've searched for similar issues. - [ ] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps env: windows pc...
This command would hang forever: ```console $ echo test > test.txt $ http -x httpbin.org/post @test.txt ``` HTTPie would read the file, compress it, then discard the compressed data because...
This PR refactors the authentication handling logic in the HTTPie CLI tool to fix issues outlined in #1594. Specifically, it ensures that the authentication plugin is correctly applied based on...
I am just wondering what's the state of the project? I see the last commit was 9 months ago and latest release almost a year ago.
## Summary Improves readability in the README by replacing "&" with "and" and removing an unnecessary filler word for clarity. ### Before HTTPie is designed for testing, debugging, and generally...
Is it possible to set a default header? For example, I want every request to automatically include Content-Type: application/json.