Replies: 2 comments 1 reply
-
Looks promising to me, but as with all the features, it should be opt-in, not opt-out. Re-running the last request ist already implemented via One minor change I would like is tagging it via comments at the top: # @tags foo, bar, Naz
GET https://httpbin.org/get HTTP/1.1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I notice we have this command to switch between response header and body, but maybe it's better to just have both of them show in the result panels something like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following is an example:
The files
book.http
anduser.http
have tags at the top, and based on these tags, we can organize the requests.Kulala will feature a three-split window layout:
Each window will have specific key bindings. For example, pressing
H
will show the header, andB
will display the body.Additionally, we will cache the last request, allowing users to retrieve the last response of a specific endpoint.
Beta Was this translation helpful? Give feedback.
All reactions