Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
armature
v0.3.0
Armature
BlankSession
Store
Cache
CacheStore
RedisStore
Component
Form
Helper
Route
Request
RequestHandled
Response
UnauthenticatedException
Session
RedisStore
Session
Data
Store
Template
HTML
SafeValue
SanitizableValue
Lexer
Token
Type
HTTP
Request
Server
Context
Built with Crystal 1.9.2
2023-10-08 13:33:51 UTC
class
Armature::BlankSession
Armature::BlankSession
Armature::Session
Reference
Object
Defined in:
session.cr
Constructors
.new
(store, cookies)
Instance Method Summary
#[]
(key)
#[]=
(key, value)
#[]?
(key)
#delete
(key)
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
]