# File lib/cgikit.rb, line 185
 def run
		begin
			_ready_request_response
			component = _event_loop
			@response.content = component.to_s
		rescue Exception => e
			@response = handle_error e
		end

		@adapter.run @response
	end