servant-rawm-server: The server implementation of servant-rawm.

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

Please see README.md.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), bytestring (>=0.10), filepath (>=1.4), resourcet (>=1.0), servant-rawm (>=1.0), servant-server (>=0.16), wai (>=3.2), wai-app-static (>=3.1) [details]
License BSD-3-Clause
Copyright 2017 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com , nil.krjst@gmail.com
Category Servant , Web
Home page https://github.com/cdepillabout/servant-rawm
Source repo head: git clone git@github.com:cdepillabout/servant-rawm.git
Uploaded by Krasjet at 2020-07-20T23:15:44Z
Distributions NixOS:1.0.0.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1032 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-07-21 [all 1 reports]

Readme for servant-rawm-server-1.0.0.1

[back to package description]

Servant.RawM.Server

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

This is the server-side library for servant-rawm.

See the servant-rawm README.md and Haddocks for a short explanation of how to use this package.

After servant-rawm 1.0.0.0, the implementations of the RawM endpoint are divided into servant-rawm-client, servant-rawm-docs, and servant-rawm-server to avoid introducing unnecessary dependencies and reduce the compilation overhead.