struct Athena::HTTP::RequestMatcher::Path
inherits Struct
#
Checks if the AHTTP::Request#path matches the allowed pattern.
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.