Hacker News new | ask | show | jobs
by Zizizizz 73 days ago
You may like https://httpie.io/ if you've not memorised all the curl flags already. The CLI tools way of making requests with headers and post bodies is really nice in my opinion

`http PUT pie.dev/put X-API-Token:123 name=John`

1 comments

I use restclient inside emacs. You edit a .http file to add the endpoints and you can quickly execute them.