In Ratpack we can use the byContent method on the Context object to send different responses based on the requested MIME type from the client. There is already support for application/json, application/xml, text/plain and text/html MIME types with corresponding methods … Continue reading
The post Ratpacked: Respond To Custom MIME Types appeared first on JDriven.