haskell-servant / haskell-servant/servant
Case insensitive routes
Open
newcomer-friendly
ZuriHac17
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
Is there a way to make the "Symbols" in the route combinators case insensitive?
It would be nice to access an api like
type MyApi = "haskell-servant" :> "servant" :> issues :> new :> Post '[JSON] Issue
as https://github.com/haskell-servant/SeRvAnT/issues/new as well as https://github.com/haskell-servant/servant/issues/new
If this is already possible - I apologize for not looking close enough.
Contributor guide
Assessment
This issue has not been assessed yet.