class
Kemal::Session::Flash
- Kemal::Session::Flash
- Reference
- Object
Defined in:
kemal-session/flash.crConstant Summary
-
FLASH_PREFIX =
"_flash_"
Constructors
Instance Method Summary
-
#[](key : String) : String
env.flash["notice"] - raises if not found
-
#[]=(key : String, value : String)
env.flash["notice"] = "welcome"
-
#[]?(key : String) : String | Nil
env.flash["notice"]? - returns value and marks for deletion