Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Plack::Middleware;
    ...
    mount '/' => webapp->to_app;
         
    };
    
  2. or download this
    package Plack::Middleware::OAuth::Dev;
    use warnings;
    use strict;
    ...
    } }
    
    1;