addAll

@JvmName(name = "addAllCookie")
fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.addAll(values: Iterable<Context.Cookie>)
Specifies HTTP cookies to affix to the response associated with this context.

repeated .elide.page.Context.Cookie cookie = 8;

Parameters

values

The cookie to add.


Custom headers to affix to the response associated with this context.

repeated .elide.page.Context.ResponseHeader header = 9;

Parameters

values

The header to add.


@JvmName(name = "addAllVary")
fun DslList<String, ContextKt.Dsl.VaryProxy>.addAll(values: Iterable<String>)
Set of HTTP request headers which cause this response to vary.

repeated string vary = 10;

Parameters

values

The vary to add.


@JvmName(name = "addAllFeaturePolicy")
fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.addAll(values: Iterable<String>)
Specifies feature policies for this HTTP cycle.

repeated string feature_policy = 13;

Parameters

values

The featurePolicy to add.


@JvmName(name = "addAllDnsPrefetch")
fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.addAll(values: Iterable<String>)
Specifies hostnames to pre-load DNS records for.

repeated string dns_prefetch = 18;

Parameters

values

The dnsPrefetch to add.


@JvmName(name = "addAllPreconnect")
fun DslList<String, ContextKt.Dsl.PreconnectProxy>.addAll(values: Iterable<String>)
Specifies hostnames to pre-connect to.

repeated string preconnect = 19;

Parameters

values

The preconnect to add.