Giraffe
Giraffe copied to clipboard
Add support to named parameters on Giraffe router
Description
With this PR, I'm updating the Giraffe router to discard the parameter's name if they're defined.
I'm also adding new automated tests to assert it's working.
How to test
Check the CI.
Related issues
- Related PR: https://github.com/giraffe-fsharp/Giraffe/pull/656
- Related issue: https://github.com/giraffe-fsharp/Giraffe/issues/704