plugins

Home

Plugins

GitHub

Blog

curl

version: 0.0.2 |  date: 06/27/2021 |  Simple wrapper for curl |  source code

# SYNOPSIS

Simple wrapper for `curl`.


# INSTALL

    $ s6 --install curl

# USAGE

DSL

    task-run "utils/curl", "curl", %(
      args => [
        %( 
          '-D' => '-',
          'output' => '/dev/null'
        ),
        [
          'silent',
          '-f',
          'location'
        ],
        'http://raku.org'
      ]
    );

# Authors

* [Alexey Melezhik](https://github.com/melezhik/)