UNPKG

koa-square-better-http-proxy

Version:

http proxy middleware for koa

10 lines (7 loc) 161 B
'use strict'; function chunkLength(chunks) { return chunks.reduce(function(len, buf) { return len + buf.length; }, 0); } module.exports = chunkLength;