httpd-shed

A simple web-server with an interact style API

Version on this page:0.4.1.0@rev:1
LTS Haskell 22.18:0.4.1.2
Stackage Nightly 2024-04-25:0.4.1.2
Latest on Hackage:0.4.1.2

See all snapshots httpd-shed appears in

BSD-3-Clause licensed by Andy Gill, Brandon Moore, Henning Thielemann, John Van Enk.
Maintained by Ganesh Sittampalam
This version can be pinned in stack with:httpd-shed-0.4.1.0@sha256:922608576853a60a0b8320963c7e6fb5835e740901bf7f10411642fb61e84b5b,1646

Module documentation for 0.4.1.0

  • Network
    • Network.Shed
      • Network.Shed.Httpd

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.