haskell-servant/servant
GitHub で見るAdd examples of using the streaming combinators to the cookbook
Open
#912 opened on 2018年2月27日
documentationhelp wantedtutorial
説明
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