plugin: implement https host api

This commit is contained in:
2026-06-20 00:02:24 +09:00
parent 1fdef32a4d
commit 7377527f7c
6 changed files with 987 additions and 40 deletions
+1
View File
@@ -18,6 +18,7 @@ client = { workspace = true }
pod-registry = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
reqwest = { version = "0.13", default-features = false, features = ["blocking", "native-tls"] }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["fs", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] }
toml = { workspace = true }
File diff suppressed because it is too large Load Diff