haskell-servant/servant

Add examples of using the streaming combinators to the cookbook

Open

#912 创建于 2018年2月27日

在 GitHub 查看
 (17 评论) (1 反应) (0 负责人)Haskell (422 fork)batch import
documentationhelp wantedtutorial

仓库指标

Star
 (1,953 star)
PR 合并指标
 (平均合并 5小时 49分钟) (30 天内合并 2 个 PR)

描述

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

贡献者指南