class Athena::HTTPKernel::ActionResolver
inherits Reference
#
Default AHK::ActionResolverInterface implementation that looks for an _action key
within AHTTP::Request#attributes.
Included modules
Athena::HTTPKernel::ActionResolverInterface
Methods#
#resolve(request : AHTTP::Request) : AHK::ActionBase | Nil#
Resolves the AHK::ActionBase instance that should handle the provided request.