metosin / ring-http-response

Handling HTTP Statuses with Clojure(Script)
Eclipse Public License 1.0
149 stars 24 forks source link

Support statuses with both url & body #13

Closed ikitommi closed 8 years ago

ikitommi commented 8 years ago
ikitommi commented 8 years ago

Good catch. Ring seems to have the url as the first parameter - changing that would mean a breaking change for all the clients. Reversing the order would mean no breaking changes, but would be different parameter order than in ring.

Ideas about the order?

ikitommi commented 8 years ago

order is now same as in ring. Bumping up minor to 0.8.0 as this is a breaking change.