WIP: ws: parse X-FORWARDED-FOR headers

This commit is contained in:
Joakim Frostegård 2022-07-19 00:53:31 +02:00
parent 9f9015d51c
commit 3b94b8e588
5 changed files with 85 additions and 24 deletions

View file

@ -29,6 +29,7 @@ futures-lite = "1"
futures-rustls = "0.22"
glommio = "0.7"
hashbrown = { version = "0.12", features = ["serde"] }
httparse = "1"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
privdrop = "0.5"