Fork me on GitHub

hurl by defunkt and leah

Hurl makes HTTP requests.

Hurl

Hurl was created for the Rails Rumble 2009 in 48 hours. Now Hurl is an open source project for your enjoyment.

http://hurl.it/

Installation

First install xmllint:

* Homebrew
$ brew install xmllint

* Gentoo
$ emerge dev-libs/libxml2

Next install the Python eggs:

$ easy_install simplejson Pygments

Then the Rubygems:

$ gem install yajl-ruby sinatra curb
$ gem install mustache --source=http://gemcutter.org

And finally Redis.

* Homebrew
$ brew install redis

* Gentoo
$ emerge redis

* Other
$ rake -f vendor/redis-rb/tasks/redis.tasks.rb redis:install

Get Hurl

Browse the source on GitHub: http://github.com/defunkt/hurl

Clone with Git:

$ git clone git://github.com/defunkt/hurl

Or download in either zip or tar formats.

Run Locally

$ rake start

If you have shotgun installed: http://localhost:9393

If not: http://localhost:9292

Issues

Find a bug? Want a feature? Submit an issue here. Patches welcome!

Screenshot

Hurl

Authors