0.0.6 • Published 10 years ago

request.js v0.0.6

Weekly downloads
-
License
-
Repository
github
Last release
10 years ago

request.js

NPM version Build Status Dependency Status devDependency Status

Simple and lightweight JavaScript library (Node.JS and browsers) to make HTTP requests.

request({
    method: 'post',
    url: 'http://example.com',
    body: [{foo: 'bar'}, {'bar': foo}],
    headers: {
      'X-Powered-By': 'request.js'
    },
    username: 'foo',
    password: 'bar'
  },
  function(err, body) {

  },
  function(progress) {

  }
});

Support

EngineVersion
Node.js≥ 0.8
Chrome≥ 30
Firefox≥ 23
...?...?
0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

11 years ago

0.0.1

11 years ago