@hackage acolyte-server0.1.0.1
HTTP server interpretation for acolyte
Categories
License
BSD-3-Clause
Maintainer
Josh Burgess <joshburgess.webdev@gmail.com>
Links
Versions
Installation
Dependencies (10)
- acolyte-core >=0.1 && <0.2
- aeson >=2.1 && <2.3
- base >=4.20 && <5
- bytestring >=0.11 && <0.13
- case-insensitive >=1.2 && <1.3
- containers >=0.6 && <0.8 Show all…
Dependents (3)
@hackage/acolyte-test, @hackage/acolyte-grpc, @hackage/acolyte
Package Flags
dev-tests
(off by default)
Build dev-only test suites that shell out to cabal exec ghc.
These rely on the in-place package database from cabal build
in the source workspace and cannot run from an installed
package, so they are off by default.
Interprets acolyte-core API types into a running HTTP server. Provides handler binding, request extraction, response encoding, routing, and the compile-time completeness check. . Produces a spire Service. Backend-agnostic: combine with spire-wai to run on warp, or any other adapter.