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/unit
Andy Brody 3d0fd0b188 Append GET params with & when adding more.
If there is already a '?' in the URL, add additional query params using
'&' instead.

Ideally we would be more clever about this and actually take the URL
into parts and then unparse in a structured way rather than just blindly
appending, but oh well.

Fixes: #402, #96
2015-11-08 00:56:58 -08:00
..
windows Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
_lib.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
abstract_response_spec.rb Add tests for new header multi value handling. 2015-03-23 21:55:40 -07:00
exceptions_spec.rb Rework exception classes in various small ways. 2015-09-12 23:50:33 -07:00
master_shake.jpg Reorganize specs 2013-08-30 18:45:06 -07:00
payload_spec.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
raw_response_spec.rb Merge pull request #365 from rest-client/ab-cookies 2015-03-22 17:54:14 -07:00
request2_spec.rb Append GET params with & when adding more. 2015-11-08 00:56:58 -08:00
request_spec.rb Append GET params with & when adding more. 2015-11-08 00:56:58 -08:00
resource_spec.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
response_spec.rb Store redirection history on reqs/responses. 2015-04-15 15:14:29 -07:00
restclient_spec.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
utils_spec.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00