ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.76k stars 520 forks source link

Add accepted response to ring.util.response #475

Closed ruroru closed 1 year ago

ruroru commented 1 year ago

Allow creating 202 accepted response using ring.util.response builder

weavejester commented 1 year ago

Thank you for the PR, but I'd rather not add more response functions to Ring core, as I believe it would be better to have them in a separate library.

ruroru commented 1 year ago

Alright, i will close the PR