1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

files: percent-decode url path (#2398)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Ali MJ Al-Nasrawy
2022-01-04 15:54:11 +03:00
committed by GitHub
parent 93754f307f
commit 374dc9bfc9
6 changed files with 68 additions and 1 deletions

View File

@ -45,3 +45,4 @@ tokio-uring = { version = "0.1", optional = true }
actix-rt = "2.2"
actix-test = "0.1.0-beta.10"
actix-web = "4.0.0-beta.18"
tempfile = "3.2"