(defn status "Returns an updated Ring response with the given status." [resp status] (assoc resp :status status))
Comments top
No comments for status. Log in to add a comment.