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

## 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 ```...

bug
new

## Checklist - [ ] I've searched for similar feature requests. --- ## Enhancement request HttpPie decompress the response which was compressed by gzip automatically. … --- ## Problem it...

enhancement
new

## 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/ ),...

enhancement
new

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. ```...

new

## 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 ```...

enhancement
new

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...

new

## 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...

bug
new

## Checklist - [ ] I've searched for similar feature requests. --- ## Enhancement request … --- ## Problem it solves E.g. ā€œI'm always frustrated when […]ā€, ā€œI’m trying to...

enhancement
new

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

enhancement
new

## 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...

enhancement
new