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

It would be great if there was a way to specify config options by hostname including wildcards similar to ssh config. Fro example, it would allow users to choose appropriate...

enhancement

This is similar to #588, but simpler. Rather than wanting to be able to limit the header fields displayed based on configuration or criteria, it would be really useful to...

enhancement

The input format for custom headers (`http URL customer-header customer-header...`) is very strange compared to cURL. cURL offers -H for custom headers. This makes it easy to define presets (like...

Hi, I really like the interface of this util and I do understand that cookies can be passed on in the GET requests as key-value pairs but some websites require...

enhancement

It would be handy for HTTPie to show me the certificate that the server used to deliver me a response.

enhancement
blocked by upstream

When trying to post through Google Load Balancer I get this error and the response it not returned from the Nginx but the curl version works. ``` $ http -f...

According to https://httpie.org/doc#request-data-from-a-filename > It has the advantage that the Content-Type header is automatically set to the appropriate value based on the filename extension. For example, the following request sends...

bug

I'm testing a REST API function that destroys user sessions in our application. As part of this, I need to be able to make requests as a user whose sessions...

It'd be great if there was a way to specify httpie should only send credentials from netrc or similar when https is in use and working. This would help prevent...

Is it possible to print only one, or multiple header fields? Based on this, ``` 'H' request headers 'B' request body 'h' response headers 'b' response body ``` Like, `http...