Hacker News new | ask | show | jobs
by jicea 1494 days ago
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

1 comments

I haven’t come across Hurl before. It looks cool!