haskell-servant/servant

Add examples of using the streaming combinators to the cookbook

Open

#912 aperta il 27 feb 2018

Vedi su GitHub
 (17 commenti) (1 reazione) (0 assegnatari)Haskell (422 fork)batch import
documentationhelp wantedtutorial

Metriche repository

Star
 (1953 star)
Metriche merge PR
 (Merge medio 23h 44m) (4 PR mergiate in 30 g)

Descrizione

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

Guida contributor