Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

My qualm with this app is for a Linux user you can already build a system like that to yourself by simply using telnet and typing the HTTP directly down the pipe. The bonus is that you get to memorize all the protocol messages that way too.


The abstraction is provide better UX. Anyone will have to write stuff over telnet to provide chained requests, variables, assertions, etc. Once you do that, you basically get a reimplementation of hurl.


I believe the parent post was parodying the infamous Dropbox HN comment from https://news.ycombinator.com/item?id=8863


Curl is a good tool to familiarize yourself with, but I've written test with curl and bash it is very cumbersome this is another level of awesomeness for that. If all you are going to do is connect to a server with some json, then curl is ok, I agree that nc/telnet/socat might be a bit extreme.

Hurl is not enough for some of the tests I want to write, i.e. testing sending a 50MB file, or dynamic content.


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: