summaryrefslogtreecommitdiff
path: root/ext/node/ops/http2.rs
AgeCommit message (Collapse)Author
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek IwaƄczuk
This commit improves compatibility of "node:http2" module by polyfilling "connect" method and "ClientHttp2Session" class. Basic operations like streaming, header and trailer handling are working correctly. Refing/unrefing is still a TODO and "npm:grpc-js/grpc" is not yet working correctly. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>