addAll
Specifies HTTP cookies to affix to the response associated with this context.
Content copied to clipboard
repeated .elide.page.Context.Cookie cookie = 8;
Parameters
values
The cookie to add.
fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.addAll(values: Iterable<Context.ResponseHeader>)
Custom headers to affix to the response associated with this context.
Content copied to clipboard
repeated .elide.page.Context.ResponseHeader header = 9;
Parameters
values
The header to add.
Set of HTTP request headers which cause this response to vary.
Content copied to clipboard
repeated string vary = 10;
Parameters
values
The vary to add.
Specifies feature policies for this HTTP cycle.
Content copied to clipboard
repeated string feature_policy = 13;
Parameters
values
The featurePolicy to add.
Specifies hostnames to pre-load DNS records for.
Content copied to clipboard
repeated string dns_prefetch = 18;
Parameters
values
The dnsPrefetch to add.
Specifies hostnames to pre-connect to.
Content copied to clipboard
repeated string preconnect = 19;
Parameters
values
The preconnect to add.