haskell-servant/servant

Add examples of using the streaming combinators to the cookbook

Open

#912 ouverte le 27 févr. 2018

Voir sur GitHub
 (17 commentaires) (1 réaction) (0 assignés)Haskell (422 forks)batch import
documentationhelp wantedtutorial

Métriques du dépôt

Stars
 (1 953 stars)
Métriques de merge PR
 (Merge moyen 23h 44m) (4 PRs mergées en 30 j)

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

Guide contributeur