aquatic_http: move request parsing into protocol crate

This commit is contained in:
Joakim Frostegård 2020-07-20 20:13:56 +02:00
parent 2521c89109
commit 95e25710dc
6 changed files with 43 additions and 30 deletions

View file

@ -23,6 +23,7 @@ anyhow = "1"
bendy = { version = "0.3", features = ["std", "serde"] }
hashbrown = { version = "0.7", features = ["serde"] }
hex = { version = "0.4", default-features = false }
httparse = "1"
itoa = "0.4"
log = "0.4"
memchr = "2"