@hackage / httpd-shed

A simple web-server with an interact style API

Latest0.4.1.2

About

Metadata

  • Last updated , by GaneshSittampalam
  • License BSD-3-Clause
  • Categories Network Development, Web Development
  • Maintained by: Ganesh Sittampalam

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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.