This package has been deprecated

Author message:

Development of this module has been stopped.

head2

1.0.3 • Public • Published

head Build Status js-standard-style

Zero dependency HTTP HEAD module

Usage

Install:

Use yarn or npm:

$ npm install --save head2

Example:

Requires Promise support.

const head = require('head2')
 
head('https://www.google.pt')
  .then((headers) => {
    // do something with headers object
  })
  .catch(console.error)

/head2/

    Package Sidebar

    Install

    npm i head2

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • roryrjb