request-iconv

0.1.0 • Public • Published

Request with iconv -- Simplified HTTP request method With iconv

Install

  npm install request-iconv

Or from source:

  git clone git://github.com/mikeal/request.git
  cd request
  npm link

Super simple to use

Request is designed to be the simplest way possible to make http calls. It support HTTPS and follows redirects by default.

var request = require('request').set("Shift_JIS");

request('http://mysite', function (error, response, body) {
  if (!error && response.statusCode == 200) {
    console.log(body)
  }
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i request-iconv

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • thorgeo