All Projects → mikeal → requestdb

mikeal / requestdb

Licence: other
A request wrapper that stores and retrieves responses from a leveldb cache.

Programming Languages

javascript
184084 projects - #8 most used programming language

requestdb

A wrapper for the request module that stores and retrieves responses from a leveldb cache.

usage

var requestdb = require('requestdb')
var request = requestdb('./yourdb')

You can now use request like you would expect from the module, e.g.

request('https://github.com/request/request', function (e, resp, body) {
  console.log(body)
})
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].