Genie.Helpers.request — Function.request() :: HTTP.RequestReturns the Request object associated with the current HTTP request.
request(params::Dict{Symbol,Any}) :: HTTP.RequestReturns the Request object associated with the current HTTP request.
Genie.Helpers.response — Function.response() :: HTTP.ResponseReturns the Response object associated with the current HTTP request.
response(params::Dict{Symbol,Any}) :: HTTP.ResponseReturns the Response object associated with the current HTTP request.
Genie.Helpers.flash — Function.flash()Returns the flash dict object associated with the current HTTP request.
flash(params::Dict{Symbol,Any})Returns the flash dict object associated with the current HTTP request.
flash(value::Any) :: NothingStores value on the flash.
flash(value::Any, params::Dict{Symbol,Any}) :: NothingStores value on the flash.
Genie.Helpers.flash_has_message — Function.flash_has_message() :: BoolChecks if there's any value on the flash storage
Genie.Helpers.wsclient — Function.wsclient(params::Dict{Symbol,Any}) :: HTTP.WebSockets.WebSocketReturns the WebSocket object associated with the current WS request.