This package has been deprecated

Author message:

I wrote this module a very long time ago; you should use something else.

oilpan

0.0.0 • Public • Published

Oilpan

This is a simple utility for "catching" requests that "drip" through your middleware stack.

Example:

var flatiron = require('flatiron'),
    app = flatiron.app;
 
var oilpan = require('oilpan');
 
flatiron.use(oilpan);
 
flatiron.start(8080);
% curl localhost:8080
This request "fell through" the middleware stack!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i oilpan

Weekly Downloads

2

Version

0.0.0

License

none

Last publish

Collaborators

  • jfhbrook