url-py has a filter_params which takes a predicate to determine whether a query or param should be filtered. But we can't pass a python predicate down to url-cpp (at least without quite some gymnastics), so one way out is to provide a setter for query and params.
url-py
has afilter_params
which takes a predicate to determine whether aquery
orparam
should be filtered. But we can't pass a python predicate down tourl-cpp
(at least without quite some gymnastics), so one way out is to provide a setter forquery
andparams
.@b4hand @tammybailey @tanglyh @martin-seomoz