servant-rawm: Embed a raw 'Application' in a Servant API

[ bsd3, library, servant, web ] [ Propose Tags ]

Please see README.md.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
buildexample

Build a small example program

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.1.0, 0.3.2.0, 1.0.0.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), bytestring (>=0.10), filepath (>=1.4), http-client (>=0.5), http-media (>=0.6), http-types (>=0.9), resourcet (>=1.0), servant (>=0.9), servant-client (>=0.9), servant-docs (>=0.9), servant-rawm, servant-server (>=0.9), text, transformers, wai (>=3.2), wai-app-static (>=3.1), warp [details]
License BSD-3-Clause
Copyright 2017 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com
Category Text
Home page https://github.com/cdepillabout/servant-rawm
Source repo head: git clone git@github.com:cdepillabout/servant-rawm.git
Uploaded by cdepillabout at 2017-09-25T10:44:36Z
Distributions LTSHaskell:1.0.0.0, NixOS:1.0.0.0, Stackage:1.0.0.0
Reverse Dependencies 5 direct, 1 indirect [details]
Executables servant-rawm-example-server, servant-rawm-example-client
Downloads 4708 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-09-25 [all 1 reports]

Readme for servant-rawm-0.1.0.0

[back to package description]

Servant.RawM

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

servant-rawm provides a way to embed a WAI Application in a Servant handler.