Httpie - The command line HTTP client for APIs

It’s one of the tools which I rely a lot on. For me it’s pretty much a better curl, as @albertored already said.

Especially for locally running services it’s great, because you can omit localhost:

http :3000/some/route
2 Likes