1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Update History

This commit is contained in:
Sandro Turriate 2011-01-12 13:16:24 -05:00
parent a3c3c3d877
commit ec3ff0d77e

View file

@ -3,6 +3,7 @@
* Added query methods for HTTP status codes, i.e. response.success?
response.created? (thanks citizenparker)
* Added support for ssl_ca_file and ssl_ca_path (dlitz)
* Allow custom query string normalization. gh-8
* bug fixes
* Fixed superclass mismatch exception while running tests
(thanks dlitz http://github.com/dlitz/httparty/commit/48224f0615b32133afcff4718ad426df7a4b401b)