mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http_protocol: urlencode/urldecode Request.key
About 11% performance regression for Request::from_bytes
This commit is contained in:
parent
0a0b57a9e8
commit
74a538963f
7 changed files with 1014 additions and 1007 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -118,6 +118,7 @@ dependencies = [
|
|||
"rand",
|
||||
"serde",
|
||||
"smartstring",
|
||||
"urlencoding",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1835,6 +1836,12 @@ dependencies = [
|
|||
"percent-encoding",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "urlencoding"
|
||||
version = "1.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
|
||||
|
||||
[[package]]
|
||||
name = "utf-8"
|
||||
version = "0.7.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue