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

### Summary As per the announcement, [learning lab was deprecated](https://github.blog/changelog/2022-09-01-deprecating-learning-lab/). However, the learning lab URL (https://lab.github.com/) is still available but leads to a 404 error page. You might want to...

## Checklist - [x] I've searched for similar feature requests. Yes --- ## Enhancement request … --- ## Problem it solves ``` $ make test \n\n\033[0;32m### Running tests ### \033[0m\n...

enhancement
new

Hi, I Added an option for using default headers for any request made by httpie using the config.json file. Also, I Added documentation to the official docs. I think it...

## Checklist - [X] I've searched for similar feature requests. The closest I found is where this was [implemented in xh](https://github.com/ducaale/xh/pull/267) --- ## Enhancement request When using `https`, I don't...

enhancement
new

## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request I propose a way to set a custom user-agent as a value to `default_options` in `~/.config/httpie/config.json`....

enhancement
new

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

bug
new

I would like to make life easier for HTTPie maintainers by implementing [Uffizzi](https://github.com/UffizziCloud/uffizzi) previews. Disclaimer: I work on [Uffizzi](https://github.com/UffizziCloud/uffizzi) Uffizzi is a Open Source full stack previews engine and is...

enhancement
new

Hi, I just execute this: ``` http http://localhost:9021/api/development ``` And i get this output: ``` HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Date: Sun, 19 May 2024 10:58:34 GMT Server: Kestrel...

bug
new

👋 thanks for taking a look :) ## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code...

bug
new

I'm interacting with a server that likes to simultaneously expire a cookie and give it a new value in the same headers: ``` Set-Cookie: JSESSIONID=expire; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT;...