wspider

the easy get request.

Usage no npm install needed!

<script type="module">
  import wspider from 'https://cdn.skypack.dev/wspider';
</script>

README

wspider Build Status

the easy get request.

Getting Started

Install the module with: npm install wspider

var request = require('wspider');
request(url, cb);

API

var request = require('wspider');
request(url, {/* encoding: 'utf8' */}, cb);

// return
{
  size: ,
  statusCode: ,
  rawBody: ,
  rawResponse: ,
}

License

Copyright (c) 2015 nightink Licensed under the MIT license.