WWW::Pipeline is a subclass of Application::Pipeline that establishes phases useful for handling http requests. Those phases are:
Initialization ParseRequest GenerateResponse SendResponse Teardown.
my $pipeline = MyApplication->new( param => value, ... )
Constructor. Key/value pairs passed into the constructor will be stored in and accessibly by the application's param()
method.
Application::Pipeline WWW::Pipeline::Services
Stephen Howard <stephen@thunkit.com>
This module may be distributed under the same terms as Perl itself.