(defn done? "Returns true if the HTTP request/response has completed." [http-agnt] (if (#{::finished ::disconnected} (::state @http-agnt)) true false))
Comments top
No comments for done?. Log in to add a comment.