A HTTP client (like postman) built in terminal? (just an proposal and collect ideas, not done yet) #3664
laixintao
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
I'm aware of at least http-tui. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sounds like useful thing. I could see myself using it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am not sure if this is the right place to post this cause I haven't done anything yet, if this is improper, you can move it.
Years ago I use postman for send HTTP requests for testing, developing, but postman get more and more complicated then I found insomnia, it's simple, clean, and easy to use.
Then years later insomnia sold to Kong, and got more and more complicated and buggy, start to selling services. I don't think they put much efforts on client side anymore, they more want to just sell cloud services:
...which makes me think if I should write an HTTP client based on TUI myself.
It:
HAR
files, like this:textual-http-client foo.har
then you enter the TUI, with that, users can manage their HARs files whatever they want, like put all of the files in the project file, then goes with the project. Or a team can put all HARs into a git then work on git. (Wow, did a just design Insomnia's "cloud service"?)curl
, for example, if someone send you acurl
and you want to modify it, you can paste the curl command into terminal then press a shortcut key orecho "curl ....." | textual-http-client
then enter the TUIWith the awesome textual I think I can archive almost the same UI experience like electron do.
Any feedbacks or ideas? Do I miss something? Or was there already a TUI tool?
Beta Was this translation helpful? Give feedback.
All reactions