
Gungho::Provider::Simple - An In-Memory, Simple Provider

use Gungho::Provider::Simple; my $g = Gungho::Provider::Simple->new; $g->add_request(Gungho::Request->new(GET => 'http://...'));

Creates a new instance.
Sets up the provider.
Adds a new request to the provider.
dispatches the requests