plusAssign
inline operator fun DslList<HttpHeader, HttpHeadersKt.Dsl.HeaderProxy>.plusAssign(value: HttpHeader)
Specifies the HTTP headers constituent to the request or response.
Content copied to clipboard
repeated .elide.http.HttpHeader header = 1;
Parameters
value
The header to add.
inline operator fun DslList<HttpHeader, HttpHeadersKt.Dsl.HeaderProxy>.plusAssign(values: Iterable<HttpHeader>)
Specifies the HTTP headers constituent to the request or response.
Content copied to clipboard
repeated .elide.http.HttpHeader header = 1;
Parameters
values
The header to add.