SaturnFramework / Saturn

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

Add more test scenarios for the `router` feature #355

Closed 64J0 closed 1 year ago

64J0 commented 1 year ago

Description:

With this PR I'm adding more test scenarios for the router feature. The endpoints added cover the following HTTP verbs:

I'm also adding some GET endpoints to test the getf method.

Let me know if there is something you'd like to change before getting this PR merged.