plusAssign

@JvmName(name = "plusAssignCookie")
inline operator fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.plusAssign(value: Context.Cookie)
Specifies HTTP cookies to affix to the response associated with this context.

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

Parameters

value

The cookie to add.


@JvmName(name = "plusAssignAllCookie")
inline operator fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.plusAssign(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.


@JvmName(name = "plusAssignHeader")
inline operator fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.plusAssign(value: Context.ResponseHeader)
Custom headers to affix to the response associated with this context.

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

Parameters

value

The header to add.


@JvmName(name = "plusAssignAllHeader")
inline operator fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.plusAssign(values: Iterable<Context.ResponseHeader>)
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 = "plusAssignVary")
inline operator fun DslList<String, ContextKt.Dsl.VaryProxy>.plusAssign(value: String)
Set of HTTP request headers which cause this response to vary.

repeated string vary = 10;

Parameters

value

The vary to add.


@JvmName(name = "plusAssignAllVary")
inline operator fun DslList<String, ContextKt.Dsl.VaryProxy>.plusAssign(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 = "plusAssignFeaturePolicy")
inline operator fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.plusAssign(value: String)
Specifies feature policies for this HTTP cycle.

repeated string feature_policy = 13;

Parameters

value

The featurePolicy to add.


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

repeated string feature_policy = 13;

Parameters

values

The featurePolicy to add.


@JvmName(name = "plusAssignDnsPrefetch")
inline operator fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.plusAssign(value: String)
Specifies hostnames to pre-load DNS records for.

repeated string dns_prefetch = 18;

Parameters

value

The dnsPrefetch to add.


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

repeated string dns_prefetch = 18;

Parameters

values

The dnsPrefetch to add.


@JvmName(name = "plusAssignPreconnect")
inline operator fun DslList<String, ContextKt.Dsl.PreconnectProxy>.plusAssign(value: String)
Specifies hostnames to pre-connect to.

repeated string preconnect = 19;

Parameters

value

The preconnect to add.


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

repeated string preconnect = 19;

Parameters

values

The preconnect to add.