Reputation: 22190
What is the prefered way to do content negotiation in the Noir framework?
I am aware of this clj-conneg, but I'd like to know if similar functionality is already included in Noir.
Upvotes: 1
Views: 212
Reputation: 20934
Because Noir is built upon Ring, middleware such as ring-middleware-format is probably the way to go.
Upvotes: 2