abstract class Launch::Router::Cookies::AbstractStore
Direct Known Subclasses
- Launch::Router::Cookies::EncryptedStore
- Launch::Router::Cookies::PermanentStore
- Launch::Router::Cookies::SignedStore
Defined in:
launch/router/cookies/abstract_store.crConstructors
Instance Method Summary
- #[](name)
- #[]=(name, value)
- #get(name)
- #set(name : String, value : String, path : String = "/", expires : Time | Nil = nil, domain : String | Nil = nil, secure : Bool = false, http_only : Bool = false, extension : String | Nil = nil)
- #store : Store
Constructor Detail
Instance Method Detail
abstract
def set(name : String, value : String, path : String = "/", expires : Time | Nil = nil, domain : String | Nil = nil, secure : Bool = false, http_only : Bool = false, extension : String | Nil = nil)
#