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.
## Minimal reproduction code and steps 1. Install snap: `snap install httpie` 2. Setup a `.netrc` file 3. Try it ### .netrc ``` machine api.opensuse.org login myusername password mypassword ```...
## Checklist - [ ] I've searched for similar feature requests. --- ## Enhancement request HttpPie decompress the response which was compressed by gzip automatically. ⦠--- ## Problem it...
## Checklist - [x] I've searched for similar feature requests. There is an FR from 2015: #373 --- ## Enhancement request HTTPie should resolve special domain names [per RFC6761](https://datatracker.ietf.org/doc/rfc6761/ ),...
Hi, I am trying to send a GET request as a multi-line command but for some reason as soon as I press enter after `\` it runs the command. ```...
## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request I'd like to be able to configure `http` s.t., if I ```shell http --json http://some.server.foo ```...
I installed httpie on Debian using the Deb. 3.2.1-1. I added a plugin called zabbix and the following happens: ``` $ httpie cli plugins install zabbix Installing zabbix... Collecting zabbix...
## Checklist - [X] I've searched for similar issues. - [X] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 0. Verify `http` is working...
## Checklist - [ ] I've searched for similar feature requests. --- ## Enhancement request ⦠--- ## Problem it solves E.g. āI'm always frustrated when [ā¦]ā, āIām trying to...
The `__file__` attribute is not guaranteed to exist, and causes problems for a number of packaging solutions. Please see https://github.com/indygreg/PyOxidizer/issues/69 The guide recommend using `importlib.resources`: https://pyoxidizer.readthedocs.io/en/latest/oxidized_importer_resource_files.html#porting-code-to-modern-resources-apis
## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request I'm trying to mimick the behaviour of the option --local-port from [curl](https://man7.org/linux/man-pages/man1/curl.1.html). I haven't found this...