compress:压缩koa中间件

时间:2024-03-24 02:24:18
【文件属性】:

文件名称:compress:压缩koa中间件

文件大小:73KB

文件格式:ZIP

更新时间:2024-03-24 02:24:18

JavaScript

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 :


【文件预览】:
compress-master
----.eslintrc(22B)
----HISTORY.md(1KB)
----package.json(1KB)
----__tests__()
--------.eslintrc(22B)
--------index.js(12KB)
--------encodings.js(3KB)
--------middleware.js(2KB)
----.github()
--------workflows()
----LICENSE(1KB)
----package-lock.json(274KB)
----.gitignore(33B)
----lib()
--------index.js(3KB)
--------encodings.js(3KB)
----README.md(2KB)

网友评论