class Launch::Pipe::Session
Overview
The session handler provides a cookie based session. The handler will encode and decode the cookie and provide the hash in the context that can be used to maintain data across requests.
Defined in:
launch/pipes/session.crInstance Method Summary
-
#call(context : HTTP::Server::Context)
Execution of this handler.
Instance methods inherited from class Launch::Pipe::Base
call(context : HTTP::Server::Context)
call
Instance methods inherited from class Object
blank?
blank?,
present?
present?
Instance Method Detail
def call(context : HTTP::Server::Context)
#
Description copied from class Launch::Pipe::Base
Execution of this handler.