GenieSession.Flash - Module

Various utility functions for using across models, controllers and views.


GenieSession.Flash.flash-Tuple{Any} - Method
flash(value::Any) :: Nothing

Stores value onto the flash.


GenieSession.Flash.flash-Tuple{} - Method
flash()

Returns the flash dict object associated with the current HTTP request.


GenieSession.Flash.flash_has_message-Tuple{} - Method
flash_has_message() :: Bool

Checks if there's any value on the flash storage



Genie