cli
cli copied to clipboard
🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
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':...
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' \...
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...
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.
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...
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...
Either allow request items to be specified before URL or improve the error message. https://twitter.com/akrabat/status/488285985672019968 