yep

0.1.0 • Public • Published

yep

A simple HTTP client for node.

Install

npm install yep

Usage

yep({ url: 'http://example.com' })
  .then(res => console.log(res.body))
 
yep.stream({ url: 'http://example.com' })
  .then(res => res.pipe(fs.createWriteStream('index.html')))

API

  • yep(options)
  • yep.stream(options)

where options has the following keys:

  • url
  • method
  • headers
  • form
  • json
  • proxy

License

MIT

Dependents (0)

Package Sidebar

Install

npm i yep

Weekly Downloads

26

Version

0.1.0

License

MIT

Last publish

Collaborators

  • syaning