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

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps Observe that the full argument...

bug
new

## Checklist - [X] I've searched for similar feature requests. --- ## Enhancement request When running `curl` in verbose mode, it will print every ip it tries to connect to,...

enhancement
new

## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request Please add pre and post request script. --- ## Problem it solves Sometimes when working with...

enhancement
new

existing advice is broken, results in 'bash: /etc/apt/sources.list.d/httpie.list: Permission denied' because it is trying to redirect the output of the sudo command outside privileged context. Converted it to a subshell...

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1.export HTTPS_PROXY="https://username:[email protected]" 2. http http://httpbin.org...

bug
new

Fixed issue https://github.com/httpie/httpie/issues/1447

- sorted imports - cleaned up imports - added trailing commas as per 3.5, 3.6+ specs - cleaned up spacing around docstrings - cleaned some quotes and whitespace

Used the `isinstance()` function to avoid comparing two datatypes directly.

This adds work towards Issue #1479 We added functionality, and accompanying tests, for four commands: - http **template** It is used to create a new command template. It takes three...