refactor get method

This commit is contained in:
xfy
2024-04-30 13:29:52 +08:00
parent 75d8ea00f8
commit 45c7e3afb4
4 changed files with 63 additions and 46 deletions

View File

@ -25,6 +25,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
futures-util = "0.3.30"
tokio-util = "0.7.10"
async-compression = { version = "0.4.9", features = ["tokio", "zstd"] }
http = "1.1.0"
[profile.release]
lto = true