Skip to content

stympy/hurl

 
 

Repository files navigation

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

  • Ruby 1.8.6+
  • Python 2.5+

First download hurl and cd into the directory:

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

Or download in either zip or tar formats.

Then install xmllint:

* Homebrew
brew install libxml2

* Gentoo
emerge dev-libs/libxml2

* Ubuntu/Debian
apt-get install libxml2-utils

Next install the Python eggs:

easy_install simplejson Pygments

Then the RubyGems (you may need to gem install bundler):

bundle install

Run Locally

bundle exec shotgun config.ru

Now visit http://localhost:9393

Issues

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

Screenshot

Hurl

Authors

About

Hurl makes HTTP requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.9%
  • Ruby 18.1%