mirror of
https://github.com/actix/actix-website
synced 2025-02-02 12:19:04 +01:00
commit
547bd66aab
@ -356,7 +356,7 @@ By normalizing it means:
|
|||||||
* To replace multiple slashes with one.
|
* To replace multiple slashes with one.
|
||||||
|
|
||||||
The handler returns as soon as it finds a path that resolves
|
The handler returns as soon as it finds a path that resolves
|
||||||
correctly. The order if all enable is 1) merge, 2) both merge and append
|
correctly. The order of normalization conditions, if all are enabled, is 1) merge, 2) both merge and append
|
||||||
and 3) append. If the path resolves with
|
and 3) append. If the path resolves with
|
||||||
at least one of those conditions, it will redirect to the new path.
|
at least one of those conditions, it will redirect to the new path.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user