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.
I wanted to use https://twitter.com/rfreebern/status/1214560971185778693 with httpie, alas, ``` » http 👻:6677 http: error: InvalidURL: Failed to parse: http://👻:6677 ``` Should resolve to `http://xn--9q8h:6677`
``` % sudo http --debug --check-status --follow -bdco file.tar.bz2 URL.file.tar.bz2 HTTPie 1.0.3 Requests 2.22.0 Pygments 2.4.1 Python 3.6.9 (default, Dec 24 2019, 01:17:36) [GCC 4.2.1 Compatible FreeBSD Clang 6.0.1 (tags/RELEASE_601/final...
In `Download mode`, httpie adds a progress bar which is printed along with the response headers. Both are logged to `stderr` preventing the progress bar from being skipped while logging...
It would be amazing if httpie could default-install completions for the awesome fish shell. Reference: https://fishshell.com/docs/current/#where-to-put-completions Example of other great tools that does this: ```sh ll /usr/share/fish/vendor_completions.d .rw-r--r-- 4.4k root...
Currently when you need to delete a named session (For example, it has some problem cookies that shouldn't be sent anymore), you need to go to the sessions directory and...
From https://httpie.io/docs#offline-mode, > Generating raw requests that can be sent with any other client: > > ▶ RUN# 1. save a raw request to a file: > $ http --offline...
Meta issue for designing a system for displaying additional information to requests and responses. The current philosophy is to only show the actual HTTP exchanges so that they can be...
See [this](https://discord.com/channels/725351238698270761/799982808122523648/924860935074635777) thread on our discord server for details. We should try to be more isolated for package installations on windows.
Please implement RFC5988 Link Header https://tools.ietf.org/html/rfc5988#section-5 Also see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link I often do need this functionality. And yes, I am know of: https://github.com/httpie/httpie/issues/323
**Checklist** - [X] I've searched for similar feature requests. --- **What enhancement would you like to see?** I would like to be able to do the equivalent of this curl...