set

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

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

Parameters

index

The index to set the value at.

value

The supported to set.


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

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

Parameters

index

The index to set the value at.

value

The indicated to set.