parameter

fun parameter(key: String, value: String): Request

Sets a parameter to the request, it also overrides the value if the key already exists

Return

The request builder

Parameters

key

The key of the parameter

value

The value of the parameter