module Duo::Server::Handler

Defined in:

duo/server/handler.cr

Instance Method Summary

Instance Method Detail

abstract def call(context : Context) #

Call method to be implemented by each Handler. May eventually pass execution to next handler with #call_next.


[View source]
def call_next(context : Context) #

Pass execution to next handler (if any).


[View source]