module Url:This module is a drop-in replacement ofsig
..end
Netencoding.Url
. Not
only it is much faster (about 10 times) but it also avoids the
dependency on PCRE (less dependencies are good, especially on
windows or if you need to install by hand).val decode : ?plus:bool -> string -> string
val encode : ?plus:bool -> string -> string
val mk_url_encoded_parameters : (string * string) list -> string
val dest_url_encoded_parameters : string -> (string * string) list