NAME

Zuzu::Web::PSGI - PSGI adapter for ZuzuScript web applications

DESCRIPTION

Loads a ZuzuScript application at PSGI application construction time and returns a PSGI app coderef. The application must define __request__.

Request headers are converted from the standard CGI-style PSGI environment variables. PSGI normally does not preserve original header order, original spelling, or duplicate request headers.

COPYRIGHT AND LICENCE

Zuzu::Web::PSGI is copyright Toby Inkster.

It is free software; you may redistribute it and/or modify it under the terms of either the Artistic License 1.0 or the GNU General Public License version 2.