logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catalyst::ActionRole::NoSSL - Force an action to be plain.

Author

       Simon Elliott <cpan@papercreatures.com>

Name

       Catalyst::ActionRole::NoSSL - Force an action to be plain.

Synopsis

         package MyApp::Controller::Foo;

         use parent qw/Catalyst::Controller::ActionRole/;

         sub bar : Local Does('RequireSSL') { ... }
         sub bar : Local Does('NoSSL') { ... }

Thanks

       Andy Grundman, <andy@hybridized.org> for the original RequireSSL Plugin

       t0m (Tomas Doran), zamolxes (Bogdan Lucaciu)

Version

       version 1.00

See Also