Append query parameters to a URL, keeping any it already carries — including a
second copy of a parameter the URL already has. Not what this client sends: every
request it makes goes through carryQuery, so the caller's filters replace the
server's copy on the first page, on a redirect target and on a next link alike.
Kept for callers building their own URLs.
Append query parameters to a URL, keeping any it already carries — including a second copy of a parameter the URL already has. Not what this client sends: every request it makes goes through
carryQuery, so the caller's filters replace the server's copy on the first page, on a redirect target and on anextlink alike. Kept for callers building their own URLs.