addQueryParam
Adds a query parameter to the URL.
This is a convenience function that internally uses the QueryParametersBuilder to manage query parameters. If the parameter already exists, the new value will be added to the existing values.
Return
the updated HttpUrlBuilder.
Parameters
param
the name of the parameter.
value
the value of the parameter.