1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
Closes gh-59
This commit is contained in:
Sandro Turriate 2011-01-12 14:39:49 -05:00
parent d4e5077001
commit 9beebebf70

View file

@ -5,7 +5,8 @@
* Added support for ssl_ca_file and ssl_ca_path (dlitz) * Added support for ssl_ca_file and ssl_ca_path (dlitz)
* Allow custom query string normalization. gh-8 * Allow custom query string normalization. gh-8
* Unlock private keys with password (freerange) * Unlock private keys with password (freerange)
* Added high level documentation (phildarnowsky) * Added high level request documentation (phildarnowsky)
* Added basic post example (pbuckley)
* bug fixes * bug fixes
* Fixed superclass mismatch exception while running tests * Fixed superclass mismatch exception while running tests
(thanks dlitz http://github.com/dlitz/httparty/commit/48224f0615b32133afcff4718ad426df7a4b401b) (thanks dlitz http://github.com/dlitz/httparty/commit/48224f0615b32133afcff4718ad426df7a4b401b)