public
Description: Makes http fun! Also, makes consuming restful web services dead easy.
Homepage:
Clone URL: git://github.com/jnunemaker/httparty.git
Click here to lend your support to: httparty and make a donation at www.pledgie.com !
commit  0b5579783ad7865b88337fc50ef72b01fa525bf9
tree    73d335c8c8fbcbad884e272729336c7cac84533c
parent  411340826ba683397df84e611956b34eae398d93
name age message
file .gitignore Sun Jul 27 08:52:18 -0700 2008 Initial commit [jnunemaker]
file History Loading commit data...
file MIT-LICENSE Fri Dec 05 14:11:58 -0800 2008 Removing .txt from files (it has always annoyed... [jnunemaker]
file Manifest
file README Fri Dec 05 14:14:54 -0800 2008 Updated readme. [jnunemaker]
file Rakefile Sat Dec 06 19:47:39 -0800 2008 Removed active support. Added json. Added some ... [jnunemaker]
directory examples/
file httparty.gemspec
directory lib/
file setup.rb Sun Jul 27 08:52:18 -0700 2008 Initial commit [jnunemaker]
directory spec/
directory website/ Wed Jul 30 21:29:17 -0700 2008 Updated readme and website. [jnunemaker]
README
= httparty

== DESCRIPTION:

Makes http fun again!

== FEATURES:

* Easy get, post, put, delete requests
* Basic http authentication
* Default request query string parameters (ie: for api keys that are needed on each request)
* Automatic parsing of JSON and XML into ruby hashes based on response content-type

== EXAMPLES:

See http://github.com/jnunemaker/httparty/tree/master/examples

== REQUIREMENTS:

* Active Support >= 2.1

== INSTALL:

* sudo gem install httparty