文件名称:spdy-or-http2:支持HTTP2的Node.js ponyfill(使用本机http2模块或退回spdy)
文件大小:115KB
文件格式:ZIP
更新时间:2024-02-27 01:35:07
support polyfill node http2 fallback
spdy-or-http2 用于HTTP / 2支持的Node.js ponyfill(使用本地http2模块,如果Node版本<v10.10.0,则使用spdy;当http2标记为不再实验时) 目录 安装 : npm install spdy-or-http2 : yarn add spdy-or-http2 用法 const http2 = require ( 'spdy-or-http2' ) ; // ... 贡献者 名称 网站 尼克·鲍 执照 :copyright:
【文件预览】:
spdy-or-http2-master
----.gitignore(56B)
----package.json(3KB)
----.travis.yml(118B)
----.remarkignore(23B)
----LICENSE(1KB)
----index.js(125B)
----README.md(1KB)
----.gitattributes(12B)
----test()
--------test.js(248B)
----.editorconfig(147B)
----yarn.lock(305KB)