http-prompt icon indicating copy to clipboard operation
http-prompt copied to clipboard

An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

Results 54 http-prompt issues
Sort by recently updated
recently updated
newest added

Hi. This tool seems really great, looking forward to using it. I was really excited by the OpenAPI support, but it doesn't seem to work for the latest specification(http://spec.openapis.org/oas/v3.0.2) ....

I added support for httpie file upload with @ syntax. You need to have --form enabled then you can add a file to request body with: `> [email protected]`

When I execute a request http-prompt jumps to the response body, I can scroll up and down using j and k, but how to I see the headers above it...

Hi! guys, The methods may not a valid format, as like the list. It passes through validates tests of some tools. Thanks!

It'd be more comfortable for some users to install http-prompt using Homebrew or Linuxbrew.

enhancement

Usually the session has an expiration and cookies stored stay available only for a restricted period of time. But often the process is the same to access to a protected...

enhancement

Thanks for this awesome software. I can now make HTTP request very easily. But sometimes, I have to use an editor and other software to make requests with complicated body....

enhancement

It would be nice to have env var expansion when saving the current env Today that is not possible: ``` > env > "$HOME/httpreq" [Errno 2] No such file or...

enhancement

I want to do something like this: ``` http://localhost:8080/> cd https://api.example.com/v1/objects https://api.example.com/v1/objects> delete `get | jq -cr .entities[0].url | tr -d '\n'` ``` But it seems that "get", "delete", et....

enhancement

Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples: * body parameter -> data field * operator -> separator

enhancement