module Athena::Routing::Arguments::ArgumentResolverInterface
Overview
Responsible for resolving the arguments that will be passed to a controller action.
See the external documentation for more information.
Direct including types
Defined in:
arguments/argument_resolver_interface.crInstance Method Summary
-
#get_arguments(request : HTTP::Request, route : ART::ActionBase) : Array
Returns an array of arguments resolved from the provided request for the given route.
Instance Method Detail
abstract
def get_arguments(request : HTTP::Request, route : ART::ActionBase) : Array
#
Returns an array of arguments resolved from the provided request for the given route.