fn append_query(url: &str, key: &str, value: &str) -> String
Appends key=value to url, choosing ? or & as needed.
key=value
url
?
&