class Armature::BlankSession

Defined in:

session.cr

Constructors

Instance Method Summary

Instance methods inherited from class Armature::Session

[](key : String) [], []=(key : String, value : String) []=

Constructor methods inherited from class Armature::Session

new(store : Store, cookies : HTTP::Cookies) new

Constructor Detail

def self.new(store, cookies) #

[View source]

Instance Method Detail

def [](key) #

[View source]
def []=(key, value) #

[View source]
def []?(key) #

[View source]
def delete(key) #

[View source]