Add reverse proxy endpoint

This commit is contained in:
2026-01-02 00:29:56 -03:00
parent 5bb1f42bb3
commit 462a21604b
4 changed files with 166 additions and 22 deletions
+4 -1
View File
@@ -9,8 +9,11 @@ bitcode = "0.6.6"
clap = { version = "4.5.41", features = ["derive", "env"] }
dedent = "0.1.1"
dotenvy = "0.15.7"
reqwest = { version = "0.12.22", features = ["json"] }
futures-util = { version = "0.3.31", features = ["tokio-io"] }
hyper = "1.8.1"
reqwest = { version = "0.12.22", features = ["json", "stream"] }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7.17", features = ["io"] }
turbostore = "0.2.0"
urlencoding = "2.1.3"