1.0.3 • Published 9 years ago

head2 v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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)
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago