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.
pip-audit reports that httpie is affected by [PYSEC-2023-242 ](https://vulners.com/osv/OSV:PYSEC-2023-242) which mentions 3.2.2. I see that 3.2.3 was released, and it mentions ``` - Fix SSL connections by pinning the `requests`...
I think half of the cURL examples out there whether from API documentation or whatever curl requests ChatGPT spits out have a backslash at the end of the endpoint URL...
Replacing truncated url with hash with %23 as the hash character is treated as the start of a fragment, which is not sent to the server by default and so...
when I use scoop install httpie on powershell7  
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. show with curl ```...
Requests prior to 2.32.3 always loaded the default (system-wide) set of trusted certificates into custom SSL contexts. 2.32.3 no longer does. This has broken a lot of users, but the...
Addresses the enhancement pointed out in #1550 Close #1550 Users can now use `--filter-keys` followed by comma separated keys they want to filter (including nested keys) to remove all keys...
# Related Issue #1597
## Checklist - [ x ] I've searched for similar feature requests. --- ## Enhancement request i use termux on the go when i dont have access to my laptop,...
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. Download the latest version...