UNPKG

@request/core

Version:
14 lines (11 loc) 186 B
exports.request = function (req, options) { if (options.end === false) return if ( // not started !req._started && // not piped !req._src ) { req.end() } }