1

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.

Timo Westkämper
  • 21,824
  • 5
  • 78
  • 111

1 Answers1

2

Because Noir is built upon Ring, middleware such as ring-middleware-format is probably the way to go.

ponzao
  • 20,684
  • 3
  • 41
  • 58