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 2010-01-30 21:44:52 -05:00
parent cbbdd84861
commit 34d6a366fc

View file

@ -3,6 +3,7 @@
* Handle 304 response correctly by returning the HTTParty::Response object instead of redirecting (seth and hellvinz) * Handle 304 response correctly by returning the HTTParty::Response object instead of redirecting (seth and hellvinz)
* Only redirect 300 responses if the header contains a Location * Only redirect 300 responses if the header contains a Location
* Don't append empty query strings to the uri. Closes #31 * Don't append empty query strings to the uri. Closes #31
* When no_follow is enabled, only raise the RedirectionTooDeep exception when a response tries redirecting. Closes #28
* minor enhancements * minor enhancements
* HTTParty#debug_output prints debugging information for the current request (iwarshak) * HTTParty#debug_output prints debugging information for the current request (iwarshak)