Help for this page

Select Code to Download


  1. or download this
      builder {
          enable "Rewrite", rules => sub {
              return 204 if $_ eq "/favicon.ico";
    ...
          enable "Session";
          $app;
      };