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** - [x] I've searched for similar issues. - [x] I'm using the the latest version of HTTPie. --- **What are the steps to reproduce the problem?** Run `http --follow...
## Setup - Running Lubuntu 20.04 - httpie from apt (v1.0.3-2) - Recently upgraded Python to 3.10 ## Issue When running in terminal, invocation leads to exception and termination: ```...
I don't entirely understand the discussion for issue #480 but I think the root cause may be the same for this issue. I need httpie to trust a self-signed certificate....
Hello, when site creates new session for user, the PHPSESSID is not overrided but both the old and the new one is sent. Please notice Cookie header in last request....
Compact help
It would be nice if httpie had a compact help. I tend to forget the various request item delimiters, but `http --help` spams the terminal scrollback with lots of unrelated...
## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request It would be great to have a _per-directory_ httpie config file such as `.httpierc` (same naming...
### Before: ### After:
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Context - (Arch)Linux 5.10.78-1-lts - python 3.9.7 - httpie 2.6.0...
It seems that httpie does not validate the number of received bytes. Here are some explanations: https://blog.petrzemek.net/2018/04/22/on-incomplete-http-reads-and-the-requests-library-in-python/ With this demo script: ```python #!/usr/bin/env python3 # # An HTTP server that...
**Checklist** - [x] I've searched for similar feature requests. --- **What enhancement would you like to see?** Use `$JQ_COLORS` if set to color JSON output. **What problem does it solve?**...