NAME

Gungho::Provider::File::Simple - Provide Requests From A Simple File

SYNOPSIS

provider:
  module: File::Simple
  config:
    filename: /path/to/filename

# in file
http://foo.com
http://bar.com
http://baz.com

DESCRIPTION

This module allows you to put a list of URLs in a plain text file. Gungho will pick each line up and fetch the URL. You can embed comments via #

METHODS

new

Creates a new instance.

pushback_request

dispatch