QueryParams.add

Add a query parameter with the given key and value. If one already exists, there will now be two query parameters with the given name.

struct QueryParams
void
add
(
string key
,
string value
)

Meta