express case sensitive routing

JavaScript
// express case sensitive routing
app.enable('case sensitive routing');
Source

Also in JavaScript: