Description
REST method dispatching can be added to Catalyst web applications. Developers use this module to route HTTP verbs and request formats to the right controller methods with less manual glue. It processes web request metadata and should be paired with normal authorization and validation.