NAME

OpenFrame::Segment::Apache::Request - Apache request segment

SYNOPSIS

my $request = OpenFrame::Segment::Apache::Request->new();
my $pipeline = Pipeline->new();
$pipeline->add_segment($request);
# add more segments here

DESCRIPTION

The OpenFrame::Segment::Apache::Request slot distribution provides a segment for OpenFrame 3 that converts from Apache requests to OpenFrame::Request objects. It should be the first segment in the pipeline.

AUTHOR

Leon Brocard <acme@astray.com>

COPYRIGHT

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