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.
When running the testsuite with the latest charset-normalizer 3.4.2, two of them fail with: ``` =========================== short test summary info ============================ FAILED tests/test_encoding.py::test_terminal_output_response_charset_detection[big5-\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996] FAILED tests/test_encoding.py::test_terminal_output_request_charset_detection[big5-\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996\u5377\u9996] = 2 failed, 975 passed,...
## Checklist * I've searched for similar feature requests. --- ## Enhancement request Websocket Testing Feature. --- ## Problem it solves I think the Websocket testing feature is needed because...
## Checklist - [X] I've searched for similar issues. - [X] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps ``` /Users/Khayet https POST --auth-type...
- Implemented tests for percent-encoded credentials in URLs, including valid and invalid cases. - Added handling for malformed encoded credentials and ensured proper error messages are returned. - Enhanced digest...
Hi, this solution solved issue stated in issue #1623
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps Run `http https://u%40d:1%3d2%[email protected]/basic-auth/u%40d/1%3d2%3f`. ## Current...
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. Install Python 3.13.2 from...
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. Install httpie trough "pip...
As asked by issue #758 we added basic support for defining requests in a .HTTP file by using the --http-file flag followed by the file name instead of the URL