(defn client-error? "Returns true if the HTTP response code was in the 400-499 range." [http-agnt] (status-in-range? 4 http-agnt))
Comments top
No comments for client-error?. Log in to add a comment.