文件名称:resolve-alpn:检测ALPN协议
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-19 10:41:35
JavaScript
resolve-alpn 原料药 resolveALPN(选项) 返回具有alpnProtocol属性的对象。 socket属性也可能存在。 const result = await resolveALPN ( { host : 'nghttp2.org' , port : 443 , ALPNProtocols : [ 'h2' , 'http/1.1' ] , servername : 'nghttp2.org' } ) ; console . log ( result ) ; // {alpnProtocol: 'h2'} 注意:虽然在这种情况下不需要servername选项,但许多其他服务器也需要。 最好还是设置它。 注意:如果套接字超时,则Promise将解决,并且result.timeout将设置为true 。 选项 与相同。 options.resolveSo
【文件预览】:
resolve-alpn-master
----.gitignore(52B)
----package.json(825B)
----.npmrc(20B)
----LICENSE(1KB)
----index.js(701B)
----test.js(2KB)
----.github()
--------workflows()
----README.md(1KB)
----.editorconfig(176B)