@hackage httpd-shed0.4.0.3
A simple web-server with an interact style API
Categories
License
BSD-3-Clause
Maintainer
Ganesh Sittampalam
Links
Versions
Installation
Dependencies (3)
- base >=4.0 && <5.0
- network <2.6
- network-uri >=2.5 && <2.7 Show all…
Dependents (6)
@hackage/board-games, @hackage/gf, @hackage/HTTP, @hackage/acme-everything, @hackage/http-monad, @hackage/live-sequencer
Package Flags
buildexamples
(off by default)
Build example executables
network-uri
(on by default)
Get Network.URI from the network-uri package
This web server promotes a Request to IO Response function into a local web server. The user can decide how to interpret the requests, and the library is intended for implementing Ajax APIs.