# File lib/grape/middleware/base.rb, line 60
      def content_type_for(format)
        HashWithIndifferentAccess.new(content_types)[format]
      end