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.cr

Instance Method Summary

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.


[View source]