SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
714 stars 108 forks source link

Case insensitive support #156

Closed Krzysztof-Cieslak closed 5 years ago

Krzysztof-Cieslak commented 5 years ago

Fix https://github.com/SaturnFramework/Saturn/issues/145

Adds case_insensitive operation to router and controller that toggles case insensitive routing for this particular component.