NAME
Gungho::Provider::Simple - An In-Memory, Simple Provider
SYNOPSIS
use Gungho::Provider::Simple;
my $g = Gungho::Provider::Simple->new;
$g->add_request(Gungho::Request->new(GET => 'http://...'));
METHODS
new()
Creates a new instance.
setup($c)
Sets up the provider.
add_request($request)
Adds a new request to the provider.
pushback_request($c, $request)
dispatch()
dispatches the requests