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