mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
added HttpRequest::encoding() method; fix urlencoded parsing with charset
This commit is contained in:
@ -56,7 +56,8 @@ serde_json = "1.0"
|
||||
sha1 = "0.4"
|
||||
smallvec = "0.6"
|
||||
time = "0.1"
|
||||
url = "1.6"
|
||||
encoding = "0.2"
|
||||
url = { version="1.7", features=["query_encoding"] }
|
||||
cookie = { version="0.10", features=["percent-encode", "secure"] }
|
||||
|
||||
# io
|
||||
|
Reference in New Issue
Block a user