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.cr

Instance Method Summary

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.


[View source]