Wafalyzer
Constants
Log = ::Log.for(self)
VERSION = {{ (`shards version \"/tmp/tmp.JGIhnl/src/src/wafalyzer\"`).chomp.stringify }}
Class methods
settings
SourceInstance methods
detect(uri : URI, method : String = "GET", headers : HTTP::Headers | Nil = nil, body : HTTP::Client::BodyType | Nil = nil, user_agent : String | Nil = nil) : Array(Waf)
Returns an array of Wafs detected for the given request.
detect(url : String, method : String = "GET", headers : HTTP::Headers | Nil = nil, body : HTTP::Client::BodyType | Nil = nil, user_agent : String | Nil = nil) : Array(Waf)
Returns an array of Wafs detected for the given request.