# File lib/sinatra/respond_to.rb, line 195
          def content_type(*args)
            content_type_without_save *args
            @_format = args.first.to_sym
            response['Content-Type']
          end