add

@JvmName(name = "addHeader")
fun DslList<HttpHeader, HttpHeadersKt.Dsl.HeaderProxy>.add(value: HttpHeader)
Specifies the HTTP headers constituent to the request or response.

repeated .elide.http.HttpHeader header = 1;

Parameters

value

The header to add.