NAME

OpenFrame::Segment::Apache2::Response - Apache2 request segment

SYNOPSIS

my $response = OpenFrame::Segment::Apache2::Response->new();

# (to a pipeline with an OpenFrame::Segment::Apache2::Request and
# some more segments)
$pipeline->add_cleanup($response);

DESCRIPTION

The OpenFrame::Segment::Apache2::Request slot distribution provides a segment for OpenFrame 3 that converts from OpenFrame::Response objects into an Apache2 response. It should be a cleanup segment in the pipeline.

AUTHOR

Leon Brocard <acme@astray.com>

COPYRIGHT

Copyright 2002 Fotango Ltd. Licensed under the same terms as Perl itself.