class Launch::Router::Cookies::EncryptedStore
Defined in:
launch/router/cookies/encrypted_store.crConstructors
Instance Method Summary
- #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)
Instance methods inherited from class Launch::Router::Cookies::AbstractStore
[](name)
[],
[]=(name, value)
[]=,
get(name)
get,
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)
set,
store : Store
store
Constructor methods inherited from class Launch::Router::Cookies::AbstractStore
new(store : Launch::Router::Cookies::Store)
new
Instance methods inherited from class Object
blank?
blank?,
present?
present?
Constructor Detail
Instance Method Detail
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)
#