feat: add QUERY method routing (#3801)

This commit is contained in:
Yunus
2026-08-03 21:29:39 +02:00
committed by GitHub
parent 98884fb7be
commit a2e64a8fc3
9 changed files with 78 additions and 16 deletions
+2 -2
View File
@@ -2308,9 +2308,9 @@ dependencies = [
[[package]]
name = "http"
version = "1.4.2"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
dependencies = [
"bytes",
"itoa",