(defn success? "Returns true if the HTTP response code was in the 200-299 range." [http-agnt] (status-in-range? 2 http-agnt))
Comments top
No comments for success?. Log in to add a comment.