NET-A-PORTER/scala-uri

Add filterParams method

Closed this issue · 1 comments

Add support to allow filtering of query params with a function argument

uri.filterParams(_._1 == "myParam"); //Removes all query params except ones called myParam