addAll
fun DslList<Context.ClientHint, ContextKt.ClientHintsKt.Dsl.SupportedProxy>.addAll(values: Iterable<Context.ClientHint>)
Client hints supported by the server for this HTTP cycle.
Content copied to clipboard
repeated .elide.page.Context.ClientHint supported = 1;
Parameters
values
The supported to add.
fun DslList<Context.ClientHint, ContextKt.ClientHintsKt.Dsl.IndicatedProxy>.addAll(values: Iterable<Context.ClientHint>)
Client hints indicated by the client for this HTTP cycle.
Content copied to clipboard
repeated .elide.page.Context.ClientHint indicated = 2;
Parameters
values
The indicated to add.