OpenFrame::Segment::HTTP::Response - creates an HTTP::Response object from an OpenFrame::Response


OpenFrame documentation  | view source Contained in the OpenFrame distribution.

Index


NAME

Top

OpenFrame::Segment::HTTP::Response - creates an HTTP::Response object from an OpenFrame::Response

SYNOPSIS

Top

  use OpenFrame::Segment::HTTP::Response;
  my $response_creator = OpenFrame::Segment::HTTP::Response->new();
  $pipeline->add_segment( $response );

DESCRIPTION

Top

OpenFrame::Segment::HTTP::Response inherits from Pipeline::Segment and is used to turn an OpenFrame::Response object into an HTTP::Response.

AUTHOR

Top

James A. Duncan <jduncan@fotango.com>

SEE ALSO

Top

  OpenFrame::Segment::HTTP::Request, Pipeline::Segment


OpenFrame documentation  | view source Contained in the OpenFrame distribution.