method

api_request?

api_request?(content_type)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 178
      def api_request?(content_type)
        @response_format == :api && !content_type.html?
      end