1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

allow camel case response headers (#2587)

This commit is contained in:
Rob Ede
2022-01-16 03:16:26 +00:00
committed by GitHub
parent 3c7ccf5521
commit 7b8a392ef5
4 changed files with 78 additions and 1 deletions

View File

@ -88,6 +88,7 @@ async-stream = "0.3"
criterion = { version = "0.3", features = ["html_reports"] }
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false, features = ["alloc"] }
memchr = "2.4"
rcgen = "0.8"
regex = "1.3"
rustls-pemfile = "0.2"