WWW::Pipeline
WWW::Pipeline is a subclass of Application::Pipeline that establishes phases useful for handling http requests. Those phases are:
Initialization ParseRequest GenerateResponse SendResponse Teardown.
Methods defined by WWW::Pipeline
new
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.
See Also
Application::Pipeline WWW::Pipeline::Services
Authors
Stephen Howard <stephen@thunkit.com>
License
This module may be distributed under the same terms as Perl itself.