# frozen_string_literal: true run ->(env) { sleep 0.2 request = Rack::Request.new(env) if request.path == "/foobar" [ 200, { "Content-Type" => "text/html" }, [ <<~HTML