haskell-servant/servant

Add examples of using the streaming combinators to the cookbook

Open

#912 aberto em 27 de fev. de 2018

Ver no GitHub
 (17 comments) (1 reaction) (0 assignees)Haskell (422 forks)batch import
documentationhelp wantedtutorial

Métricas do repositório

Stars
 (1.953 stars)
Métricas de merge de PR
 (Mesclagem média 23h 44m) (4 fundiu PRs em 30d)

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

Guia do colaborador