top | item 26043778

(no title)

flitzofolov | 5 years ago

This is great! I've also come to really like curlie (https://curlie.io/). It is written in in Go and provides an `httpie` like interface with `curl` like performance.

discuss

order

ComputerGuru|5 years ago

Curlie is actually way better because it doesn’t mess with the default curl arguments. You don’t need to (re)learn httpie’s overly verbose command line parameters if you already know curl, and you don’t need to rewrite scripts or snippets that currently use curl.

johanzm|5 years ago

Then why not just use curl?