Skip to content

Commit 1c0ca76

Browse files
committed
Stream and WebSocket support
1 parent 7dd0126 commit 1c0ca76

21 files changed

+3752
-462
lines changed

Cargo.lock

Lines changed: 89 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ napi-support = ["dep:napi", "dep:napi-derive", "dep:napi-build", "http-handler/n
1919

2020
[lib]
2121
name = "python_node"
22-
crate-type = ["cdylib"]
22+
crate-type = ["cdylib", "rlib"]
2323

2424
[dependencies]
2525
async-trait = "0.1.88"
2626
bytes = "1.10.1"
27-
http-handler = { git = "https://github.com/platformatic/http-handler" }
27+
http = "1.0"
28+
http-body-util = "0.1"
29+
http-handler = { git = "https://github.com/platformatic/http-handler", branch = "streams-and-ws" }
2830
# http-handler = { path = "../http-handler" }
2931
http-rewriter = { git = "https://github.com/platformatic/http-rewriter" }
3032
# http-rewriter = { path = "../http-rewriter" }

0 commit comments

Comments
 (0)