add(http): custom error type for http request

This commit is contained in:
2026-07-15 14:23:32 +01:00
parent 4dfc33ca92
commit 6168593755
5 changed files with 158 additions and 130 deletions
Generated
+2 -1
View File
@@ -2866,7 +2866,7 @@ dependencies = [
[[package]]
name = "server"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"argon2",
"async-broadcast",
@@ -2887,6 +2887,7 @@ dependencies = [
"serde_json",
"str0m",
"symphonia",
"thiserror 2.0.18",
"tokio",
"tower-http",
"tracing",