diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-09-15 21:51:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-15 21:51:25 +0200 |
| commit | 5a1505db67d0326bf37b765c8a566584b44a2c1a (patch) | |
| tree | 4f1cadc6bc85f8538cc0c21ebc7354e404d48bcf /test_util/Cargo.toml | |
| parent | 11f0ccf8052065e37f92d8ba43e9624fcd3b9814 (diff) | |
feat(ext/node): http2.connect() API (#19671)
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>
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 47f7d1d52..f48fce0b3 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -17,11 +17,13 @@ path = "src/test_server.rs" anyhow.workspace = true async-stream = "0.3.3" base64.workspace = true +bytes.workspace = true console_static_text.workspace = true fastwebsockets = { workspace = true, features = ["upgrade"] } flate2.workspace = true futures.workspace = true glob.workspace = true +h2.workspace = true hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] } lazy-regex.workspace = true libc.workspace = true |
