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

HTTPie ignores system certificates ``` http --debug -j https://example_using_my_ca.com HTTPie 0.9.3 HTTPie data: /home/lukas/.httpie Requests 2.10.0 Pygments 1.6 Python 3.4.3 (default, Oct 14 2015, 20:28:29) [GCC 4.8.4] linux >>> requests.request(**{'allow_redirects':...

bug

I'm trying to test Apache configuration in a Vagrant VM that forwards port 8443 to VM's port 443. The command I'm running is: ``` $ http get https://localhost:443/ Host:www.example.com --verify=no...

Httpie will support [QUIC](https://github.com/google/proto-quic) protocol?

In `=` syntax, - double quotes (`"`) - back slashes (`\`) - non-ascii characters are [escaped in `json.dumps`](https://github.com/jakubroztocil/httpie/blob/1.0.3/httpie/client.py#L137): ```sh $ http -v httpbin.org/post \ dquote='\"' \ multi-line='line 1\nline 2' \...

help wanted

I am trying to use --pretty=all or --pretty=colors to color my output that I am piping to `less -r`. However, the colors do not show. This could also be solved...

bug
windows
help wanted

There is the package "httpie" on Cygwin, but the "Installation" part of README.rst doesn't mention it. So, please add it to the README.rst.

windows
packaging

Would be great to have an upload bar as well.

needs product design

I created this: https://github.com/teracyhq/docker-files/tree/master/httpie-jwt-auth and I'd like to do the same for official Docker image of httpie (instead of under teracy/ umbrella) Let's discuss here for anyone interested and I...

packaging

I think someone should use py2exe or a similar tool to make an msi package for httpie. Installing python and pip is a major hassle for anyone who just wants...

enhancement
windows
planned
packaging

Either allow request items to be specified before URL or improve the error message. https://twitter.com/akrabat/status/488285985672019968 ![image](https://user-images.githubusercontent.com/44565/107522752-4cb2be80-6bb4-11eb-983c-9c0c3918e913.png)

cli