@JvmStatic fun of(vararg namesAndValues: String): Headers
Returns headers for the alternating header names and values. There must be an even number of arguments, and they must alternate between header names and values.
@JvmStatic fun of(headers: Map<String, String>): Headers
Returns headers for the header names and values in the Map.