clear

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

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


@JvmName(name = "clearHeader")
fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.clear()
Custom headers to affix to the response associated with this context.

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


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

repeated string vary = 10;


@JvmName(name = "clearFeaturePolicy")
fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.clear()
Specifies feature policies for this HTTP cycle.

repeated string feature_policy = 13;


@JvmName(name = "clearDnsPrefetch")
fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.clear()
Specifies hostnames to pre-load DNS records for.

repeated string dns_prefetch = 18;


@JvmName(name = "clearPreconnect")
fun DslList<String, ContextKt.Dsl.PreconnectProxy>.clear()
Specifies hostnames to pre-connect to.

repeated string preconnect = 19;