cli icon indicating copy to clipboard operation
cli copied to clipboard

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.

Results 278 cli issues
Sort by recently updated
recently updated
newest added

## Checklist - [ ] I've searched for similar issues. - [ ] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. 2. 3....

bug
new

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. `$ https post pie.dev/post...

bug
new

Python started raise early errors for invalid help strings, effectively triggering our LazyChoices action to query the options when added. By using a custom ArgumentParser subclass that disables this check,...

## 🐛 Bug Report: `http --download` misinterprets `Content-Length` when `Content-Encoding: gzip` is set ### Summary When using `httpie` with `--download` to retrieve a file with `Content-Encoding: gzip`, the tool reports...

bug
new

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie (from git HEAD) --- ## Minimal reproduction code and steps This is...

bug
new

Hi! Wondering, why httpie has a runtime dependency on setuptools? https://github.com/httpie/cli/blob/5b604c37c6c67e18e7c3e9aee6c88a8c22b98345/setup.cfg#L57 From what I can tell from search https://github.com/search?q=repo%3Ahttpie%2Fcli%20setuptools&type=code, the only place where it's actually used is one test, but...

new