add
Specifies HTTP cookies to affix to the response associated with this context.
Content copied to clipboard
repeated .elide.page.Context.Cookie cookie = 8;
Parameters
value
The cookie to add.
Custom headers to affix to the response associated with this context.
Content copied to clipboard
repeated .elide.page.Context.ResponseHeader header = 9;
Parameters
value
The header to add.
Set of HTTP request headers which cause this response to vary.
Content copied to clipboard
repeated string vary = 10;
Parameters
value
The vary to add.
Specifies feature policies for this HTTP cycle.
Content copied to clipboard
repeated string feature_policy = 13;
Parameters
value
The featurePolicy to add.
Specifies hostnames to pre-load DNS records for.
Content copied to clipboard
repeated string dns_prefetch = 18;
Parameters
value
The dnsPrefetch to add.
Specifies hostnames to pre-connect to.
Content copied to clipboard
repeated string preconnect = 19;
Parameters
value
The preconnect to add.