NAME
HTTP::Engine::Plugin::Interface::Test - HTTP::Engine Test Engine
SYNOPSIS
use HTTP::Engine;
my $response = HTTP::Engine->new(
config => { plugins => [ { module => 'Interface::Engine' } ] },
handle_request => sub {
my $c = shift;
$c->env('DUMY');
$c->res->body( Dumper($e) );
}
)->run(HTTP::Request->new( GET => 'http://localhost/'), \%ENV);
DESCRIPTION
HTTP::Engine::Plugin::Interface::Test is test engine base class
AUTHOR
Kazuhiro Osawa <ko@yappo.ne.jp>
SEE ALSO
REPOSITORY
svn co http://svn.coderepos.org/share/lang/perl/HTTP-Engine/trunk HTTP-Engine
HTTP::Engine is Subversion repository is hosted at http://coderepos.org/share/. patches and collaborators are welcome.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.