task-request

0.1.0 • Public • Published

task-request

Read files with request.

The "request" task

Usage Examples

var request = new (require('task-request'))
request.run(inputs, options, logger)

Options

options.url

Type: url

A URL string.

options.method

Type: select Default: 'GET' Options: 'GET', 'POST', 'PUT', 'PATCH', 'HEAD', 'DELETE'

HTTP method.

Release History

  • 2014-03-30 0.1.0 Initial release.

License

Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

/task-request/

    Package Sidebar

    Install

    npm i task-request

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • yuanyan