addParameters

fun addParameters(parameters: Map<String, String>): Request

Adds the given parameters to the request, it doesn't override the value if the key already exists

Return

The request builder

Parameters

parameters

The parameters to add