The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.