UNPKG
koa-even-better-http-proxy
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.9
0.2.8
0.2.5
http proxy middleware for Koa
gitlab.com/Keymandll/koa-even-better-http-proxy
koa-even-better-http-proxy
/
lib
/
chunkLength.js
2 lines
(1 loc)
•
77 B
JavaScript
View Raw
1
2
export
default
(chunks) => chunks.reduce((
len
, buf) =>
len
+ buf.length,
0
);