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


Gungho documentation  | view source Contained in the Gungho distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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

Top

new

Creates a new instance.

pushback_request

dispatch


Gungho documentation  | view source Contained in the Gungho distribution.