A simple terminal UI for making HTTP Request calls using Curl.
Alternative to Postman | inspired by lazygit

Alternative to postman without all the bloat
$ cargo run
q - quit
Esc - deselect
h - select history window
1 - focus URL window
2 - focus Parameters window
3 - focus Response window
Enter - send request
e - edit URL
Esc - submit URL
[ - POST
] - GET
[ - Headers
] - Body
# Headers
j - traverse down request
k - traverse up request
e - edit mode
a - add new header
TAB - switch between key and value (edit mode)
# Body
e - edit mode
`...`
j - traverse down request
k - traverse up request
Space, l, Enter - send request