open fun set(name: String, value: String): MultiMap
Sets a value under the specified name.
If there is an existing header with the same name, it is removed.
name - The name
name
value - The value
value
Return a reference to this, so the API can be used fluently