compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
18 lines (15 loc) • 301 B
JavaScript
/*!
* Connect - timeout
* Ported from https://github.com/LearnBoost/connect-timeout
* MIT Licensed
*/
/**
* Timeout:
*
* See [connect-timeout](https://github.com/expressjs/timeout)
*
* @param {Number} ms
* @return {Function}
* @api public
*/
module.exports = require('connect-timeout');