Is there some function that adds the request params to an http request in way that you don't have to do it "manually"? For example, if I want to put "user": "x"
as param of my request, in a way to achieve something like
http:test/testing?user=x
how can I do it?