1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
This commit is contained in:
Sandro Turriate 2011-01-18 15:51:58 -05:00
parent 7ea359d0eb
commit 6183c04501

View file

@ -8,6 +8,8 @@
* Added high level request documentation (phildarnowsky) * Added high level request documentation (phildarnowsky)
* Added basic post example (pbuckley) * Added basic post example (pbuckley)
* Response object has access to its corresponding request object * Response object has access to its corresponding request object
* Added example of siginin into tripit.com
* Added option to follow redirects (rkj)
* 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)