Skip to content

miyagawa/HTML-Mason-PSGIHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    HTML::Mason::PSGIHandler - PSGI handler for HTML::Mason

SYNOPSIS
      # app.psgi
      use HTML::Mason::PSGIHandler;

      my $h = HTML::Mason::PSGIHandler->new(
          comp_root => "/path/to/doc_root", # required
      );

      my $handler = sub {
          my $env = shift;
          $h->handle_psgi($env);
      };

DESCRIPTION
    HTML::Mason::PSGIHandler is a PSGI handler for HTML::Mason. It's based
    on HTML::Mason::CGIHandler and allows you to load Mason ".html" files on
    any web servers that support PSGI.

AUTHOR
    Tatsuhiko Miyagawa <miyagawa@bulknews.net>

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SEE ALSO
    CGI::PSGI Plack PSGI HTML::Mason::CGIHandler

About

PSGI handler for Mason: see rjbs' fork for the latest development http://github.com/rjbs/HTML-Mason-PSGIHandler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages