@hackage core-webserver-warp0.2.1.2
Interoperability with Wai/Warp
Categories
License
MIT
Maintainer
Andrew Cowie <istathar@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (16)
- async
- base >=4.11 && <5
- bytestring
- bytestring-trie
- core-data
- core-program >=0.6.1 Show all…
Dependents (1)
@hackage/core-webserver-servant
This is part of a library to help build command-line programs, both tools and longer-running daemons.
This package in particular adds wrappers around the wai (Web Application Interface) and warp (Web Server) to facilitate integrating this commonly used webserver combination with the Program monad from core-program.