(defn header "Returns an updated Ring response with the specified header added." [resp name value] (assoc-in resp [:headers name] (str value)))
Comments top
No comments for header. Log in to add a comment.