SetExtraHTTPHeadersParameter

@Serializable
data class SetExtraHTTPHeadersParameter(val headers: Map<String, JsonElement>)

Constructors

Link copied to clipboard
constructor(headers: Map<String, JsonElement>)

Properties

Link copied to clipboard
val headers: Map<String, JsonElement>

Map with extra HTTP headers.