0.2.0 • Published 12 years ago

cache-quest v0.2.0

Weekly downloads
9
License
-
Repository
github
Last release
12 years ago

cache-quest

Easy to use drop-in cache for simple HTTP requests

Usage

Cache-Quest can be used just like request

var request = require('cache-quest')({expirationTimeout: 10000});
request('http://www.google.com', function (error, response, body) {
  if (!error) {
    console.log(body); // Print the google web page.
  }
});

Support

Currently supports request and request.get

0.2.0

12 years ago

0.1.0

12 years ago