Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Plack::Middleware;
    ...
    webapp->to_app;
    
    };
    
  2. or download this
    package Plack::Middleware::OAuth::dev;
    use warnings;
    use strict;
    ...
    } }
    
    1;