TrailingSlash
enum TrailingSlash
Enum for determining the behavior of the NormalizePath
middleware.
Enum Items
Trim trailing slashes from the end of the path.
Only merge any present multiple trailing slashes.
Always add a trailing slash to the end of the path.