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

Now that TLS1.3 is out **[1]** it would be great to add that to the list of supported ssl parameters. ` [--ssl {ssl2.3,tls1,tls1.1,tls1.2}] [--cert CERT]` **[1]** https://tools.ietf.org/html/rfc8446

## Enhancement request Move away from `PROTOCOL_SSLv23` as it now defaults to `PROTOCOL_TLS` … and we should (probably?) use `PROTOCOL_TLS_CLIENT` explicitly. --- ## Problem it solves Deprecated since 3.6, might...

enhancement
new

SSL (not TLS) is widely considered insecure and is also deprecated in the Python Docs ([PROTOCOL_SSLv2](https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_SSLv2), [PROTOCOL_SSLv3](https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_SSLv3)). Also, TLS 1.0 and 1.1 are deprecated in the latest version of major...

Addresses httpie/httpie#838 Doesn't have tests yet, nor has anyone else weighed in on approach, naming, etc. But it's simple and is working well for me, so I figured I'd share...

It's 2018 now, HTTP/2 is widely used, but `httpie` still doesn't support it out of the box. Let's fix this. I know about [httpie/httpie-http2](https://github.com/httpie/httpie-http2), but there are issues with this...

bug
enhancement
planned

What would be useful for me is to have a shortcut for common User-Agent headers e.g. `http GET google.com --chrome`

enhancement
needs product design

This seems to be related to #215 and #180, but is not a pure duplicate: I would like to be able to create an alias or shell function for accessing...

needs product design

Is this possible? Similar to `aria2c -x2`

enhancement

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

packaging

When the request headers are being echoed back, I'd like the default behavior to be to ***\* out the credentials. Instead of this being displayed: `Authorization: Basic aHR0cGllOmlzQXdlc29tZQ==` I'd like...

enhancement
needs product design