add /status endpoint to proxy

This commit is contained in:
2025-10-25 23:42:05 -06:00
parent b8a201911f
commit cfb8144561
6 changed files with 309 additions and 3 deletions
+2 -1
View File
@@ -27,4 +27,5 @@ rustls = { version = "^0.23", features = ["aws_lc_rs"] }
rcgen = "^0.13.2"
hmac-sha256 = "^1.1.8"
time = "0.3"
url = "2"
url = { version = "2", features = ["serde"] }
rand = "0.9.2"