sugo-agent-zip

1.0.6 • Public • Published

sugo-agent-zip

Build Status npm Version JS Standard

Client for sugo-endpoint-zip

Installation

$ npm install sugo-agent-zip --save

Usage

'use strict'
 
const sugoAgentZip = require('sugo-agent-zip')
const co = require('co')
 
co(function * () {
  let agent = sugoAgentZip('/foo/bar')
 
  // Check if server available
  {
    let ok = yield agent.knock() // Send HTTP HEAD request.
    /* ... */
  }
}).catch((err) => console.error(err))
 

License

This software is released under the Apache-2.0 License.

Links

Readme

Keywords

Package Sidebar

Install

npm i sugo-agent-zip

Weekly Downloads

2

Version

1.0.6

License

Apache-2.0

Last publish

Collaborators

  • realglobe