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

Readme

Keywords

none

Package Sidebar

Install

npm i request-iconv

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • thorgeo