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

NAME

Test::Apache2::Server - Facade of Test::Apache2

DESCRIPTION

This class is "Facade" of Test::Apache2.

CLASS METHODS

new(\%args)

Creates a new Test::Apache2::Server object.

INSTANCE METHODS

$self->location($path, \%configuration)

Sets a handler on $path.

$self->get($path)

Requests $path with GET method and returns the HTTP::Response object.

$self->request($request)

Requests with HTTP::Request object and returns the HTTP::Response object.