Hacker News new | ask | show | jobs
by zodvik 1302 days ago
Yep

If you're going to do a single request or a few requests in isolation, curl is the way to do.

If you wanna do a full fledged testing suite, might as well using a proper scripting language or a test framework.

Hurl hits the spot between those two for me.