compress:压缩koa中间件
文件大小: 73k
源码售价: 10 个金币 积分规则     积分充值
资源说明:Koa压缩 压缩Koa中间件 例子 const compress = require ( 'koa-compress' ) const Koa = require ( 'koa' ) const app = new Koa ( ) app . use ( compress ( { filter ( content_type ) { return /text/i . test ( content_type ) } , threshold : 2048 , gzip : { flush : require ( 'zlib' ) . constants . Z_SYNC_FLUSH } , deflate : { flush : require ( 'zlib' ) . constants . Z_SYNC_FLUSH , } , br :
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。