|
NAMEGungho::Provider::Simple - An In-Memory, Simple ProviderSYNOPSISuse Gungho::Provider::Simple; my $g = Gungho::Provider::Simple->new; $g->add_request(Gungho::Request->new(GET => 'http://...')); METHODSnew()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
Visit the GSP FreeBSD Man Page Interface. |