Is there any option to configure content negotiation for springmvc-router, i.e consumes/produces in @RequestMapping style?
Went through documentation but could't find it, play documentation does mentions something like
GET /index.xml Application.index(format:'xml')
Just wanted to check if this functionality has been ported to project. (Sorry in a hurry so can't go through code before asking.)
Hi,
Is there any option to configure content negotiation for springmvc-router, i.e consumes/produces in @RequestMapping style?
Went through documentation but could't find it, play documentation does mentions something like GET /index.xml Application.index(format:'xml')
Just wanted to check if this functionality has been ported to project. (Sorry in a hurry so can't go through code before asking.)