Skip to content

struct Athena::HTTPKernel::Controller::ArgumentResolver
inherits Struct #

The default implementation of AHK::Controller::ArgumentResolverInterface.

Included modules

Athena::HTTPKernel::Controller::ArgumentResolverInterface

Constructors#

Methods#

#get_arguments(request : AHTTP::Request, action : AHK::ActionBase) : Array#

Returns an array of arguments resolved from the provided request for the given action.

View source