# File lib/cgikit/component.rb, line 232
  def generate_response
    info()
    response = Response.new_with_response(response())
    handler = application.component_request_handler
    handler.append_to_response(self, response, context)
    response.component = self
    response
  end