haskell-servant / haskell-servant/servant
Add examples of using the streaming combinators to the cookbook
Open
documentation
help wanted
tutorial
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
Obvious topics to be covered:
- generating/reading streams with `pipes`, `conduit`, `streaming`
- defining custom strategies that e.g use fixed-size chunks and no delimiters for, say, serving files local to the server in a streaming fashion without forcing the client to read it all in memory
Contributor guide
Assessment
This issue has not been assessed yet.