Snippet:
(uri/param
(uri/param-raw
(uri/uri "https://aaa.com")
"a"
"http://localhost:1111/user")
"b"
"something else")
produces this:
#<Uri https://aaa.com?a=http%3A%2F%2Flocalhost%3A1111%2Fuser&b=something+else>
My expectation was parameters to be added without the other parameteres being modified.