jnunemaker / httparty

Makes http fun! Also, makes consuming restful web services dead easy.

This URL has Read+Write access

httparty / History.txt
100644 22 lines (14 sloc) 0.515 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
== 0.1.3 2008-08-XX
 
* 1 major enhancement:
* Added : http_proxy key for setting proxy server and port
* Added : raises exception when http error occurs
 
== 0.1.2 2008-08-09
 
* 1 major enhancement:
* default_params were not being appended to query string if option[:query] was blank
 
== 0.1.1 2008-07-30
 
* 2 major enhancement:
* Added :basic_auth key for options when making a request
* :query and :body both now work with query string or hash
 
== 0.1.0 2008-07-27
 
* 1 major enhancement:
  * Initial release