implement http sward

This commit is contained in:
2025-09-01 18:53:24 +09:00
parent 6e84b9b2a6
commit f441abd5eb
5 changed files with 122 additions and 2 deletions

View File

@@ -21,4 +21,6 @@ serde = { version = "1", features = ["derive"] }
rand = "0.9"
thiserror = "2.0"
anyhow = "1.0"
url = "2.5"
url = "2.5"
time = "0.3"
bytes = "1.10"