express-lowercase-paths

An Express middleware module that will redirect user HTTP requests that contain uppercase letters, to the same URL converted to lowercase, without modifying query parameters.

express-lowercase-paths-with-status-code

An Express middleware module that will redirect user HTTP requests that contain uppercase letters, to the same URL converted to lowercase, without modifying query parameters.

express-uncapitalize

An Express middleware module that will redirect user HTTP requests that contain uppercase letters, to the same URL converted to lowercase.