@hackage symantic-http-pipes0.0.0.20190324
Streaming support through pipes for symantic-http
Categories
License
GPL-3.0-only
Maintainer
Julien Moutinho <julm+symantic-http@autogeree.net>
Links
Versions
- 0.0.0.20190324 Mon, 25 Mar 2019
Installation
Tested Compilers
Dependencies (21)
- base >=4.10 && <5
- base64-bytestring >=1.0.0.1
- bytestring >=0.10
- containers >=0.5
- http-api-data >=0.4
- http-media >=0.7 Show all…
Dependents (2)
@hackage/symantic-http-test, @hackage/symantic-http-demo
This library provides orphan instances gluing symantic-http to the streaming engine pipes (allowing to (safely) run effects (eg. in IO) during an HTTP transfer).
For learning how to use this library, you can read the demo example in symantic-http.git.