-
public final class StorageKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStorageKt.Dsl.Companionpublic final classStorageKt.Dsl.CookiesProxyAn uninstantiable, behaviorless type to represent the field in generics.
public final classStorageKt.Dsl.LocalProxyAn uninstantiable, behaviorless type to represent the field in generics.
public final classStorageKt.Dsl.SessionProxyAn uninstantiable, behaviorless type to represent the field in generics.
-
Field Summary
Fields Modifier and Type Field Description private final DslMap<String, String, StorageKt.Dsl.CookiesProxy>cookiesprivate final DslMap<String, String, StorageKt.Dsl.LocalProxy>localprivate final DslMap<String, String, StorageKt.Dsl.SessionProxy>session
-
Method Summary
Modifier and Type Method Description final UnitputCookies(DslMap<String, String, StorageKt.Dsl.CookiesProxy> $self, String key, String value)map<string, string> cookies = 1;final UnitputLocal(DslMap<String, String, StorageKt.Dsl.LocalProxy> $self, String key, String value)map<string, string> local = 2;final UnitputSession(DslMap<String, String, StorageKt.Dsl.SessionProxy> $self, String key, String value)map<string, string> session = 3;-
-
Method Detail
-
putCookies
final Unit putCookies(DslMap<String, String, StorageKt.Dsl.CookiesProxy> $self, String key, String value)
map<string, string> cookies = 1;
-
putLocal
final Unit putLocal(DslMap<String, String, StorageKt.Dsl.LocalProxy> $self, String key, String value)
map<string, string> local = 2;
-
putSession
final Unit putSession(DslMap<String, String, StorageKt.Dsl.SessionProxy> $self, String key, String value)
map<string, string> session = 3;
-
-
-
-