libcatalyst-action-rest-perl

Module for automatic rest method dispatching
  https://metacpan.org/release/Catalyst-Action-REST
  0
  no reviews



Catalyst::action::rest is a catalyst action that handles doing automatic method dispatching for rest requests. it takes a normal catalyst action, and changes the dispatch to append an underscore and method name. it will dispatch either to the action with the generating name or to a regular method.