thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

feat: Add 'strict mode' parsing to app #198

Closed trezm closed 2 years ago

trezm commented 2 years ago

Allows developers to set an app to 'strict mode', which treats routes ending in a slash as distinct from the same route not ending with a slash.

trezm commented 2 years ago

Should resolve #196