Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Noir框架中进行内容协商的首选方式是什么?
我知道这个clj-conneg,但我想知道 Noir 中是否已经包含类似的功能。
因为 Noir 是建立在 Ring 之上的,所以像ring-middleware-format这样的中间件可能是要走的路。