NET-A-PORTER / scala-uri

Simple scala library for building and parsing URIs
Other
261 stars 33 forks source link

add a function to remove an array query parameters #83

Closed xiaoao closed 9 years ago

xiaoao commented 9 years ago

Removes all Query String parameters with the specified key contained in the a (Array)

philwill-nap commented 9 years ago

Good idea.

Please change the code to use SeqLike rather than Array for the parameter. Please add tests.

xiaoao commented 9 years ago

ok, thanks.