Edit

IABSD.fr/ports/www/p5-Catalyst-Action-REST

Branch :

  • Show log

    Commit

  • Author : cwen
    Date : 2020-08-19 14:06:51
    Hash : 62a555dd
    Message : Import www/p5-Catalyst-Action-REST This Action 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. First it will try dispatching to an action with the generated name, and failing that it will try to dispatch to a regular method. OK afresh1@