mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: move request parsing into protocol crate
This commit is contained in:
parent
2521c89109
commit
95e25710dc
6 changed files with 43 additions and 30 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -79,7 +79,6 @@ dependencies = [
|
|||
"either",
|
||||
"flume",
|
||||
"hashbrown",
|
||||
"httparse",
|
||||
"indexmap",
|
||||
"itoa",
|
||||
"log",
|
||||
|
|
@ -123,6 +122,7 @@ dependencies = [
|
|||
"criterion",
|
||||
"hashbrown",
|
||||
"hex",
|
||||
"httparse",
|
||||
"itoa",
|
||||
"log",
|
||||
"memchr",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue