HTTP/2


源代码: lib/http2.js

node:http2 模块提供了 HTTP/2 协议的实现。 可以通过以下方式访问:

【The node:http2 module provides an implementation of the HTTP/2 protocol. It can be accessed using:】

const http2 = require('node:http2');