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