Contents
Two important points
Where does Plack fit?
The Plack API
HTTP Request/Response
HTTP Request
HTTP Response
PSGI: Request ⇒ Perl
PSGI: Response ⇒ Perl
A PSGI request handler
A simple application
Running the demo
Another demo
Accessing form parameters
What's in the Plack box?
Plack::Handler::CGI
Plack::Handler::Apache2
Using plackup
Middleware
Plack::Builder
Plack::App::URLMap
Middleware
Plack::MIME
Plack::Test::*
The End