prev <<
Frameworkless Async API
>> next
PSGI
Superglue interface between perl web applications and web servers
In PSGI, we use the
$env
hash references and the psgi.input and psgi.errors streams to pass that data between servers and applications.