class Rack::Protection::Base
def deny(env)
def deny(env) warn env, "attack prevented by #{self.class}" [options[:status], { 'content-type' => 'text/plain' }, [options[:message]]] end
def deny(env) warn env, "attack prevented by #{self.class}" [options[:status], { 'content-type' => 'text/plain' }, [options[:message]]] end