mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
Http url encode query parameters by adding a question mark after the uri with pairs of key=value items. All values in the url are url decoded. This add the url encoding and query parameters support Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>