#
Helpers.session
— Function.
session() :: Sessions.Session
session(params::Dict{Symbol,Any}) :: Sessions.Session
Returns the Session
object associated with the current HTTP request.
#
Helpers.request
— Function.
request() :: HttpServer.Request
request(params::Dict{Symbol,Any}) :: HttpServer.Request
Returns the Request
object associated with the current HTTP request.
#
Helpers.response
— Function.
response() :: HttpServer.Response
response(params::Dict{Symbol,Any}) :: HttpServer.Response
Returns the Response
object associated with the current HTTP request.
#
Helpers.flash
— Function.
flash(params::Dict{Symbol,Any})
Returns the flash
dict object associated with the current HTTP request.
flash(value::Any) :: Void
flash(value::Any, params::Dict{Symbol,Any}) :: Void
Stores value
on the flash
.