class

Amber::Pipe::Session

Inherits Amber::Pipe::Base < HTTP::Handler < Reference < Object

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.

Instance methods

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

Execution of this handler.

Source