addAll

@JvmName(name = "addAllHeader")
fun DslList<HttpHeader, HttpHeadersKt.Dsl.HeaderProxy>.addAll(values: Iterable<HttpHeader>)
Specifies the HTTP headers constituent to the request or response.

repeated .elide.http.HttpHeader header = 1;

Parameters

values

The header to add.