|
NAMEGungho::Provider::YAML - Specify requests in YAML formatSYNOPSIS# 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 DESCRIPTIONGungho::Provider::YAML allows you to write down requests in an YAML fileMETHODSnewdispatchpushback_request
Visit the GSP FreeBSD Man Page Interface. |