@hackage httpd-shed0.4.1.2
A simple web-server with an interact style API
Categories
License
BSD-3-Clause
Maintainer
Ganesh Sittampalam
Links
Versions
Installation
Dependencies (4)
- base >=4.0 && <5.0
- network <2.6
- network-bsd >=2.7 && <2.9
- network-uri <2.6 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
network-bsd
(on by default)
Get Network.BSD from the network-bsd 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.