| OpenFrame documentation | view source | Contained in the OpenFrame distribution. |
OpenFrame::Segment::HTTP::Response - creates an HTTP::Response object from an OpenFrame::Response
use OpenFrame::Segment::HTTP::Response; my $response_creator = OpenFrame::Segment::HTTP::Response->new(); $pipeline->add_segment( $response );
OpenFrame::Segment::HTTP::Response inherits from Pipeline::Segment and is used to turn an OpenFrame::Response object into an HTTP::Response.
James A. Duncan <jduncan@fotango.com>
OpenFrame::Segment::HTTP::Request, Pipeline::Segment
| OpenFrame documentation | view source | Contained in the OpenFrame distribution. |