struct Athena::HTTP::RequestMatcher::Method
inherits Struct
#
Checks if the AHTTP::Request#method is allowed.
Included modules
Athena::HTTP::RequestMatcher::Interface
Constructors#
Methods#
#matches?(request : AHTTP::Request) : Bool#
Decides whether the rule(s) implemented by the strategy matches the provided request.