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.
Currently to hit any Graphql `query` or `mutation`, we need to convert them first to json. It would be really great if we can copy the query directly from `graphiql`...
Hi, if you do something like `http --print hH http://localhost:80/` you get this with `:80` in the host header as output: ``` GET / HTTP/1.1 Accept: */* Accept-Encoding: gzip, deflate...
When using HTTPie in a windows PowerShell session, redirecting output from `stderr` is unnecessarily difficult, particularly when debugging, as a significant amount of information is sent there. Some sort of...
I've been a user of HTTPie for a brief bit of time and I haven't seen this feature anywhere, but it might be useful if HTTPie could generate a cURL...
HTTP Prompt* heavily relies on `httpie.core.main()` function to send actual HTTP requests. Some HTTP Prompt's features, like setting incoming cookies, require us to access the response object (`requests.Response`, to be...
I would love to capture the full HTTP request and response in a JSON structure so I can extract the various parts programmatically without parsing the plaintext output. For example:...
Hello! I have some ideas for improving the display of headers in HTTPie. Please let me know which ones you agree with and I'll see if I can implement them...
I can't find any docs for the plugin hooks so I don't really know what is available.
As far as I can see httpie doesn't support authentication on proxies. It would be nice to have such feature.
When setting the body of a request via piped input (stdin), it would be nice to still auto-detect the Content-Type, using [pymagic](https://pypi.python.org/pypi/pymagic) or [python-magic](https://pypi.python.org/pypi/python-magic) or similar.