Ratpack has parsers to parse a request with a JSON body or a HTML form. We simply use the parse method of Context and Ratpack will check if there is a compliant parser in the registry. If there is a … Continue reading
The post Ratpacked: Implement A Custom Request Parser appeared first on JDriven.