NAME

OpenFrame::Segment::Apache::Response - Apache request segment

SYNOPSIS

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

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

DESCRIPTION

The OpenFrame::Segment::Apache::Request slot distribution provides a segment for OpenFrame 3 that converts from OpenFrame::Response objects into an Apache 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.