1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/spec
Andy Brody 00e3358489 Use request cookie jar as basis for response.
Refactor response cookie handling to use our new Request#cookie_jar.
Instead of creating a jar from scratch, make a copy of the request's
cookie jar and populate it with any additional cookies from the response
headers.

Also refactor the redirection code to use this cookie jar, which solves
the question of how to handle cookies from the original request.
2016-06-05 19:14:39 -04:00
..
integration Fix handling of invalid encoding with nil log. 2016-05-12 17:39:07 -07:00
unit Use request cookie jar as basis for response. 2016-06-05 19:14:39 -04:00
helpers.rb Use request cookie jar as basis for response. 2016-06-05 19:14:39 -04:00
spec_helper.rb Fix up tests for non HTTP_PROXY supporting ruby. 2015-04-24 12:54:19 -07:00