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 !
httparty / README
100644 24 lines (14 sloc) 0.472 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
= 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