Uri.Params
URI fragment or query parameters.
Params.t
values represent key-value parameters stored in strings as "k0=v0&k1=v1..."
. They can be constructed from any Jstr.t
. In particular it means they can be used with an URI fragment
or query
.
The type for URLSearchParams
objects.
val is_empty : t -> bool
is_empty ps
is true
if ps
has no key value bindings.
fold f ps acc
folds all the key value bindings.