Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class CookieProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class DnsPrefetchProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class FeaturePolicyProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class HeaderProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class PreconnectProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class VaryProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard
@get:JvmName(name = "getCdnPrefix")
@set:JvmName(name = "setCdnPrefix")
var cdnPrefix: TrustedResourceUrlProto

.webutil.html.types.TrustedResourceUrlProto cdn_prefix = 17;

Link copied to clipboard
val ContextKt.Dsl.cdnPrefixOrNull: TrustedResourceUrlProto?
Link copied to clipboard
@get:JvmName(name = "getContentTypeNosniff")
@set:JvmName(name = "setContentTypeNosniff")
var contentTypeNosniff: Boolean

bool content_type_nosniff = 16;

Link copied to clipboard

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

Link copied to clipboard

repeated string dns_prefetch = 18;

Link copied to clipboard
@get:JvmName(name = "getEtag")
@set:JvmName(name = "setEtag")
var etag: Context.DynamicETag

.elide.page.Context.DynamicETag etag = 6;

Link copied to clipboard
Link copied to clipboard

repeated string feature_policy = 13;

Link copied to clipboard
@get:JvmName(name = "getFonts")
@set:JvmName(name = "setFonts")
var fonts: Context.Fonts

.elide.page.Context.Fonts fonts = 3;

Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "getFramingPolicy")
@set:JvmName(name = "setFramingPolicy")
var framingPolicy: Context.FramingPolicy

.elide.page.Context.FramingPolicy framing_policy = 15;

Link copied to clipboard
@get:JvmName(name = "getFramingPolicyValue")
@set:JvmName(name = "setFramingPolicyValue")
var framingPolicyValue: Int
Link copied to clipboard

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

Link copied to clipboard
@get:JvmName(name = "getHints")
@set:JvmName(name = "setHints")
var hints: Context.ClientHints

.elide.page.Context.ClientHints hints = 12;

Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "getLanguage")
@set:JvmName(name = "setLanguage")
var language: String

string language = 11;

Link copied to clipboard
@get:JvmName(name = "getManifest")
@set:JvmName(name = "setManifest")
var manifest: Context.AppManifest

.elide.page.Context.AppManifest manifest = 5;

Link copied to clipboard
@get:JvmName(name = "getMeta")
@set:JvmName(name = "setMeta")
var meta: Context.Metadata

.elide.page.Context.Metadata meta = 1;

Link copied to clipboard
Link copied to clipboard

repeated string preconnect = 19;

Link copied to clipboard
@get:JvmName(name = "getReferrerPolicy")
@set:JvmName(name = "setReferrerPolicy")
var referrerPolicy: Context.ReferrerPolicy

.elide.page.Context.ReferrerPolicy referrer_policy = 21;

Link copied to clipboard
@get:JvmName(name = "getReferrerPolicyValue")
@set:JvmName(name = "setReferrerPolicyValue")
var referrerPolicyValue: Int
Link copied to clipboard
@get:JvmName(name = "getScripts")
@set:JvmName(name = "setScripts")
var scripts: Context.Scripts

.elide.page.Context.Scripts scripts = 4;

Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "getStyles")
@set:JvmName(name = "setStyles")
var styles: Context.Styles

.elide.page.Context.Styles styles = 2;

Link copied to clipboard
Link copied to clipboard

repeated string vary = 10;

Link copied to clipboard
@get:JvmName(name = "getXssProtection")
@set:JvmName(name = "setXssProtection")
var xssProtection: String

string xss_protection = 20;

Functions

Link copied to clipboard
@JvmName(name = "addDnsPrefetch")
fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.add(value: String)

repeated string dns_prefetch = 18;

@JvmName(name = "addFeaturePolicy")
fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.add(value: String)

repeated string feature_policy = 13;

@JvmName(name = "addPreconnect")
fun DslList<String, ContextKt.Dsl.PreconnectProxy>.add(value: String)

repeated string preconnect = 19;

@JvmName(name = "addVary")
fun DslList<String, ContextKt.Dsl.VaryProxy>.add(value: String)

repeated string vary = 10;

@JvmName(name = "addCookie")
fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.add(value: Context.Cookie)

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

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

Link copied to clipboard
@JvmName(name = "addAllDnsPrefetch")
fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.addAll(values: Iterable<String>)

repeated string dns_prefetch = 18;

@JvmName(name = "addAllFeaturePolicy")
fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.addAll(values: Iterable<String>)

repeated string feature_policy = 13;

@JvmName(name = "addAllPreconnect")
fun DslList<String, ContextKt.Dsl.PreconnectProxy>.addAll(values: Iterable<String>)

repeated string preconnect = 19;

@JvmName(name = "addAllVary")
fun DslList<String, ContextKt.Dsl.VaryProxy>.addAll(values: Iterable<String>)

repeated string vary = 10;

@JvmName(name = "addAllCookie")
fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.addAll(values: Iterable<Context.Cookie>)

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

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

Link copied to clipboard
@JvmName(name = "clearDnsPrefetch")
fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.clear()

repeated string dns_prefetch = 18;

@JvmName(name = "clearFeaturePolicy")
fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.clear()

repeated string feature_policy = 13;

@JvmName(name = "clearPreconnect")
fun DslList<String, ContextKt.Dsl.PreconnectProxy>.clear()

repeated string preconnect = 19;

@JvmName(name = "clearVary")
fun DslList<String, ContextKt.Dsl.VaryProxy>.clear()

repeated string vary = 10;

@JvmName(name = "clearCookie")
fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.clear()

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

@JvmName(name = "clearHeader")
fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.clear()

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

Link copied to clipboard

.webutil.html.types.TrustedResourceUrlProto cdn_prefix = 17;

Link copied to clipboard

bool content_type_nosniff = 16;

Link copied to clipboard
fun clearEtag()

.elide.page.Context.DynamicETag etag = 6;

Link copied to clipboard

.elide.page.Context.Fonts fonts = 3;

Link copied to clipboard

.elide.page.Context.FramingPolicy framing_policy = 15;

Link copied to clipboard

.elide.page.Context.ClientHints hints = 12;

Link copied to clipboard

string language = 11;

Link copied to clipboard

.elide.page.Context.AppManifest manifest = 5;

Link copied to clipboard
fun clearMeta()

.elide.page.Context.Metadata meta = 1;

Link copied to clipboard

.elide.page.Context.ReferrerPolicy referrer_policy = 21;

Link copied to clipboard

.elide.page.Context.Scripts scripts = 4;

Link copied to clipboard

.elide.page.Context.Styles styles = 2;

Link copied to clipboard

string xss_protection = 20;

Link copied to clipboard

.webutil.html.types.TrustedResourceUrlProto cdn_prefix = 17;

Link copied to clipboard

.elide.page.Context.DynamicETag etag = 6;

Link copied to clipboard

.elide.page.Context.Fonts fonts = 3;

Link copied to clipboard

.elide.page.Context.ClientHints hints = 12;

Link copied to clipboard

.elide.page.Context.AppManifest manifest = 5;

Link copied to clipboard

.elide.page.Context.Metadata meta = 1;

Link copied to clipboard

.elide.page.Context.Scripts scripts = 4;

Link copied to clipboard

.elide.page.Context.Styles styles = 2;

Link copied to clipboard
@JvmName(name = "plusAssignDnsPrefetch")
inline operator fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllDnsPrefetch")
inline operator fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.plusAssign(values: Iterable<String>)

repeated string dns_prefetch = 18;

@JvmName(name = "plusAssignFeaturePolicy")
inline operator fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllFeaturePolicy")
inline operator fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.plusAssign(values: Iterable<String>)

repeated string feature_policy = 13;

@JvmName(name = "plusAssignPreconnect")
inline operator fun DslList<String, ContextKt.Dsl.PreconnectProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllPreconnect")
inline operator fun DslList<String, ContextKt.Dsl.PreconnectProxy>.plusAssign(values: Iterable<String>)

repeated string preconnect = 19;

@JvmName(name = "plusAssignVary")
inline operator fun DslList<String, ContextKt.Dsl.VaryProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllVary")
inline operator fun DslList<String, ContextKt.Dsl.VaryProxy>.plusAssign(values: Iterable<String>)

repeated string vary = 10;

@JvmName(name = "plusAssignAllCookie")
inline operator fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.plusAssign(values: Iterable<Context.Cookie>)
@JvmName(name = "plusAssignCookie")
inline operator fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.plusAssign(value: Context.Cookie)

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

@JvmName(name = "plusAssignAllHeader")
inline operator fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.plusAssign(values: Iterable<Context.ResponseHeader>)
@JvmName(name = "plusAssignHeader")
inline operator fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.plusAssign(value: Context.ResponseHeader)

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

Link copied to clipboard
@JvmName(name = "setDnsPrefetch")
operator fun DslList<String, ContextKt.Dsl.DnsPrefetchProxy>.set(index: Int, value: String)

repeated string dns_prefetch = 18;

@JvmName(name = "setFeaturePolicy")
operator fun DslList<String, ContextKt.Dsl.FeaturePolicyProxy>.set(index: Int, value: String)

repeated string feature_policy = 13;

@JvmName(name = "setPreconnect")
operator fun DslList<String, ContextKt.Dsl.PreconnectProxy>.set(index: Int, value: String)

repeated string preconnect = 19;

@JvmName(name = "setVary")
operator fun DslList<String, ContextKt.Dsl.VaryProxy>.set(index: Int, value: String)

repeated string vary = 10;

@JvmName(name = "setCookie")
operator fun DslList<Context.Cookie, ContextKt.Dsl.CookieProxy>.set(index: Int, value: Context.Cookie)

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

@JvmName(name = "setHeader")
operator fun DslList<Context.ResponseHeader, ContextKt.Dsl.HeaderProxy>.set(index: Int, value: Context.ResponseHeader)

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