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

NAME

Apache2::ASP::Mock::Connection - Mimics the Apache2::Connection object

SYNOPSIS

  my $conn = $Response->context->connection;
  unless( $conn->aborted )
  {
    $conn->client_socket->close();
  }# end unless()

DESCRIPTION

This package mimics the Apache2::Connection object in a normal mod_perl2 environment, and is used by Apace2::ASP::API.

PUBLIC PROPERTIES

aborted

Read-only.

Returns true or false, depending on whether the current connection is aborted.

client_socket

Returns the current Apache2::ASP::Mock::ClientSocket object.

BUGS

It's possible that some bugs have found their way into this release.

Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.

HOMEPAGE

Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.

AUTHOR

John Drago <jdrago_999@yahoo.com>

COPYRIGHT

Copyright 2008 John Drago. All rights reserved.

LICENSE

This software is Free software and is licensed under the same terms as perl itself.