Allow multiple vary headers

This commit is contained in:
imbolc 2024-05-06 10:41:03 +06:00
parent d0db3a4042
commit 59a07a1e4a
4 changed files with 48 additions and 10 deletions

View file

@ -32,6 +32,9 @@ serde_json = { version = "1", optional = true }
[dev-dependencies]
axum = { version = "0.7", default-features = false }
axum-test = "14"
tokio = { version = "1", features = ["full"] }
tokio-test = "0.4"
[package.metadata.docs.rs]
all-features = true