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

Configurable trailing slash behaviour for NormalizePath (#1639)

Co-authored-by: ljoonal <ljoona@ljoonal.xyz>
This commit is contained in:
LJ
2020-08-19 11:21:52 +00:00
committed by GitHub
parent 3892a95c11
commit 75d86a6beb
4 changed files with 73 additions and 9 deletions

View File

@ -1,5 +1,10 @@
# Changes
## Unreleased
### Added
* `middleware::NormalizePath` now has configurable behaviour for either always having a trailing slash,
or as the new addition, always trimming trailing slashes.
## 3.0.0-beta.3 - 2020-08-17
### Changed
* Update `rustls` to 0.18