struct Athena::Framework::RequestMatcher::QueryParameter
inherits Struct
#
Checks the presence of HTTP query parameters in an ATH::Request
.
Included modules
Athena::Framework::RequestMatcher::Interface
Constructors#
.new(parameters : Array(String))
#
.new(*parameters : String)
#
Methods#
#matches?(request : ATH::Request) : Bool
#
Decides whether the rule(s) implemented by the strategy matches the provided request.