module Wafalyzer::Waf::Matcher
Direct including types
Defined in:
wafalyzer/waf/matcher.crInstance Method Summary
-
#matches?(response : HTTP::Client::Response) : Bool
Returns
trueif given response matches defined assertions,falseotherwise.
Instance Method Detail
def matches?(response : HTTP::Client::Response) : Bool
#
Returns true if given response matches defined
assertions, false otherwise.