class Amber::Router::Cookies::PermanentStore

Defined in:

amber/router/cookies/permanent_store.cr

Instance Method Summary

Instance methods inherited from class Amber::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 Amber::Router::Cookies::AbstractStore

new(store : Amber::Router::Cookies::Store) new

Instance Method Detail

def get(name) #

[View source]
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) #

[View source]