plusAssign

@JvmName(name = "plusAssignSupported")
inline operator fun DslList<Context.ClientHint, ContextKt.ClientHintsKt.Dsl.SupportedProxy>.plusAssign(value: Context.ClientHint)
Client hints supported by the server for this HTTP cycle.

repeated .elide.page.Context.ClientHint supported = 1;

Parameters

value

The supported to add.


@JvmName(name = "plusAssignAllSupported")
inline operator fun DslList<Context.ClientHint, ContextKt.ClientHintsKt.Dsl.SupportedProxy>.plusAssign(values: Iterable<Context.ClientHint>)
Client hints supported by the server for this HTTP cycle.

repeated .elide.page.Context.ClientHint supported = 1;

Parameters

values

The supported to add.


@JvmName(name = "plusAssignIndicated")
inline operator fun DslList<Context.ClientHint, ContextKt.ClientHintsKt.Dsl.IndicatedProxy>.plusAssign(value: Context.ClientHint)
Client hints indicated by the client for this HTTP cycle.

repeated .elide.page.Context.ClientHint indicated = 2;

Parameters

value

The indicated to add.


@JvmName(name = "plusAssignAllIndicated")
inline operator fun DslList<Context.ClientHint, ContextKt.ClientHintsKt.Dsl.IndicatedProxy>.plusAssign(values: Iterable<Context.ClientHint>)
Client hints indicated by the client for this HTTP cycle.

repeated .elide.page.Context.ClientHint indicated = 2;

Parameters

values

The indicated to add.