module Duo::Server::Handler
Defined in:
duo/server/handler.crInstance Method Summary
-
#call(context : Context)
Call method to be implemented by each
Handler
. -
#call_next(context : Context)
Pass execution to next handler (if any).
Instance Method Detail
Call method to be implemented by each Handler
. May eventually pass
execution to next handler with #call_next
.