mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Added info in history
This commit is contained in:
parent
b1e4c2bf20
commit
59d638880d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
- Response is no more a String, and the mixin is replaced by an abstract_response, existing calls are redirected to response body with a warning.
|
||||
- enable repeated parameters RestClient.post 'http://example.com/resource', :param1 => ['one', 'two', 'three'], => :param2 => 'foo' (patch provided by Rodrigo Panachi)
|
||||
- fixed the redirect code concerning relative path and query string combination (patch provided by Kevin Read)
|
||||
- redirection code moved to Response so redirection can be customized using the block syntax
|
||||
- only get and head redirections are now followed by default, as stated in the specification
|
||||
|
||||
The response change may be breaking in rare cases.
|
||||
|
|
Loading…
Add table
Reference in a new issue