class Amber::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:

amber/pipes/session.cr

Instance Method Summary

Instance methods inherited from class Amber::Pipe::Base

call(context : HTTP::Server::Context) call

Instance Method Detail

def call(context : HTTP::Server::Context) #
Description copied from class Amber::Pipe::Base

Execution of this handler.


[View source]