haskell-servant / haskell-servant/servant
Don't use Raw for serving static directories.
Open
enhancement
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
`Raw` has problems (see in particular #408 ) which we probably won't be able to fix. So as suggested by @kosmikus , we should at least try to move away from `Raw` for some common use cases. Static directory serving is the most obvious one.
Contributor guide
Assessment
This issue has not been assessed yet.