polysemy-webserver: Start web servers from within a Polysemy effect stack

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Last Documentation]

  • Polysemy
    • Polysemy.WebServer

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2
Dependencies base (>=4.7 && <5), bytestring, http-types, polysemy, polysemy-plugin, wai, warp [details]
License BSD-3-Clause
Copyright Copyright (C) 2020 Andrew Miller
Author Andrew Miller
Maintainer andrew@amxl.com
Category Web
Source repo head: git clone https://gitlab.com/A1kmm/polysemy-webserver
Uploaded by AndrewMiller at 2020-06-13T13:28:45Z
Distributions LTSHaskell:0.2.1.2, Stackage:0.2.1.2
Downloads 780 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-06-13 [all 2 reports]

Readme for polysemy-webserver-0.1.0.0

[back to package description]

polysemy-webserver

A simple wrapper around Warp and Wai to make it easier to write web servers using Polysemy.

See test/Spec.hs for a simple example of how to use it.