haskell-servant/servant
Auf GitHub ansehenAdd examples of using the streaming combinators to the cookbook
Open
#912 geöffnet am 27. Feb. 2018
documentationhelp wantedtutorial
Repository-Metriken
- Stars
- (1.953 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 23h 44m) (4 gemergte PRs in 30 T)
Beschreibung
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