# File lib/cheat/responder.rb, line 17
    def respond_to
      yield response = Response.new(env.HTTP_ACCEPT)
      @headers['Content-Type'] = response.content_type
      response.body
    end