# hurl2
**Repository Path**: mirrors_twilio/hurl2
## Basic Information
- **Project Name**: hurl2
- **Description**: Hurl makes HTTP requests.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-10-22
- **Last Updated**: 2025-09-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Hurl
====
Hurl was created for the Rails Rumble 2009 in 48 hours.
Now Hurl is an open source project for your enjoyment.
Installation
------------
Hurl requires Ruby 1.8.6+
First download hurl and cd into the directory:
git clone git://github.com/twilio/hurl
cd hurl
Or download [the zip](http://github.com/twilio/hurl/zipball/master).
Next make sure you have [RubyGems](https://rubygems.org/pages/download) installed.
Then install [Bundler](http://gembundler.com/):
gem install bundler
Now install Hurl's dependencies:
bundle install
Run Locally
-----------
bundle exec shotgun config.ru
Now visit
Issues
------
Find a bug? Want a feature? Submit an [issue
here](http://github.com/twilio/hurl/issues). Patches welcome!
Screenshot
----------
[](http://hurl.it)
Original Authors
----------------
* [Leah Culver][2]
* [Chris Wanstrath][3]
[1]: http://r09.railsrumble.com/
[2]: http://github.com/leah
[3]: http://github.com/defunkt