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 223 cli issues
Sort by recently updated
recently updated
newest added

## Checklist - [✅] I've searched for similar feature requests. --- ## Enhancement request Basically, this feature request is identical to curl's `--libcurl` feature, https://everything.curl.dev/libcurl/libcurl. It could improve on it...

enhancement
new

[Setuptools recommends to use declarative setup.cfg over custom imperative setup.py](https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#:~:text=This%20approach%20not%20only%20allows%20automation%20scenarios%20but%20also%20reduces%20boilerplate%20code%20in%20some%20cases.) (especially that this one grown some significant body hair) On the other hand, using `data_files` (that is used here for...

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps Expose an API endpoint that...

bug
new

## Checklist - [x ] I've searched for similar issues. - [ x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. Download 3.2.1...

bug
new

## Minimal reproduction code and steps ```dockerfile FROM python:3.11 RUN pip install httpie ``` ```shell $ docker build -t httpie . $ docker run httpie https pie.dev/get ``` ## Current...

bug
new

## Checklist - [x] I've searched for similar feature requests. ## Enhancement request If I am not mistaken then currently there is no support for templates, right? I would like...

enhancement
new

## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request The output from the CLI seems to always include 2 trailing empty lines. Could they be...

enhancement
new

## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request It would be nice to have an option which allows to remove some key(s) from response...

enhancement
new