Comment on Show HN: A Swiss army knife for testing HTTP from the terminalparentComments−ratorx4yI think curlie is the middle ground and the best (IMO) in the space. A nicer CLI for interactive use and can use and output curl flags for scripting.−jicea4yAs a maintainer, I feel obligated to mention Hurl [1], a tool for testing HTTP with plain text and curl. It’s a wrapper around libcurl, in a single binary, with syntactic sugar for asserts. You can use it also like curl to give you an HTTP output.[1] https://hurl.dev−hassyOP4yI haven’t come across Hurl before. It looks cool!
Comments
I think curlie is the middle ground and the best (IMO) in the space. A nicer CLI for interactive use and can use and output curl flags for scripting.
As a maintainer, I feel obligated to mention Hurl [1], a tool for testing HTTP with plain text and curl. It’s a wrapper around libcurl, in a single binary, with syntactic sugar for asserts. You can use it also like curl to give you an HTTP output.
[1] https://hurl.dev
I haven’t come across Hurl before. It looks cool!