WIP on supporting websocket-deflate

Seems to remove the "proxy" feature from the previously-referenced branch, so need to merge these two together somehow, most likely
This commit is contained in:
David de Regt
2026-02-04 21:43:28 -05:00
parent d452bb3ae5
commit e5375bd73d
4 changed files with 91 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ serde_json = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["macros", "net", "rt", "sync", "time"] }
tokio-tungstenite = { workspace = true }
tungstenite = { workspace = true }
tracing = { workspace = true }
eventsource-stream = { workspace = true }
regex-lite = { workspace = true }