@hackage symantic-http-server0.1.1.20190410
symantic-http applied to the derivation of HTTP servers
Categories
License
GPL-3.0-only
Maintainer
Julien Moutinho <julm+symantic-http@autogeree.net>
Links
Versions
- 0.1.1.20190410 Fri, 12 Apr 2019
- 0.0.0.20190324 Mon, 25 Mar 2019
Installation
Tested Compilers
Dependencies (17)
- base >=4.10 && <5
- base64-bytestring >=1.0
- 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 applies symantic-http to the building of an HTTP server (request routing and response building) based upon warp,
For learning how to use this library, you can read the demo example in symantic-http.git.