gojek/wrest

Uri extension using Uri#[] should propagate query parameters

kaiwren opened this issue · 0 comments

u = 'http://foo.com/q?x=1'.to_uri
u.query   # => "x=1"
v = u['/baz']
v.query   # => ""