The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gungho::Provider::YAML - Specify requests in YAML format

SYNOPSIS

  # config.yml
  ---
  provider:
    module: YAML
    config: 
      filename: url.yml

  # url.yml
  ---
  requests:
    - method: POST
      url: http://example.com/post/to/me
      headers:
        X-MyHeader: foo
        Host: hoge
      content:
    - url: http://example.com/get/me

DESCRIPTION

Gungho::Provider::YAML allows you to write down requests in an YAML file

METHODS

new

dispatch

pushback_request