Content Negotiation [cnm] module
This module is for the Play 1.x series only.
The content negotiation module helps using content types which are not directly supported by the Play! framework such as VCard and Atom/RSS feeds using annotations.
http://github.com/oasits/play-content-negotiation
Written by Sebastian Hoß.
Published releases
2.0 | Apr 10 2011 | Documentation | Try Play |
1.1 | Oct 11 2010 | Documentation | Try Play |
1.0 | Aug 04 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install cnm-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> cnm {version}