Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gimjin/gzip-response
接口返回值gzip压缩,浏览器自动解压方案
https://github.com/gimjin/gzip-response
Last synced: 3 days ago
JSON representation
接口返回值gzip压缩,浏览器自动解压方案
- Host: GitHub
- URL: https://github.com/gimjin/gzip-response
- Owner: gimjin
- Created: 2023-10-20T06:06:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T06:09:15.000Z (about 1 year ago)
- Last Synced: 2023-10-20T14:44:29.942Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gzip-response
接口返回值gzip压缩,浏览器自动解压方案```bash
npm install
node server.js
open http://localhost:3000
```