call(env)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/host_authorization.rb, line 91
      def call(env)
        request = Request.new(env)
        format = request.xhr? ? "text/plain" : "text/html"

        log_error(request)
        response(format, response_body(request))
      end