spire-server: Spire-native HTTP/1.1 + HTTP/2 server, no WAI dependency
A lightweight HTTP server that speaks spire Service directly.
No WAI, no warp: just network sockets, HTTP parsing, and dispatch
to Service IO (Request Body) (Response Body).
.
Supports HTTP1.1 (custom parser), HTTP2 (via the http2 package),
TLS with ALPN protocol negotiation, and automatic HTTP1.1 vs HTTP2
detection.
.
Proves the zero-WAI path: the entire acolyte stack
(including gRPC) can run without any WAI dependency.
Modules
[Index] [Quick Jump]
Downloads
- spire-server-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | async (>=2.2 && <2.3), attoparsec (>=0.14 && <0.15), base (>=4.20 && <5), bytestring (>=0.11 && <0.13), case-insensitive (>=1.2 && <1.3), data-default-class (>=0.1 && <0.2), http-core (>=0.1 && <0.2), http-semantics (>=0.2 && <0.3), http-types (>=0.12 && <0.13), http2 (>=5.3 && <5.5), network (>=3.1 && <3.3), network-run (>=0.4 && <0.5), spire (>=0.1 && <0.2), text (>=2.0 && <2.2), time-manager (>=0.1 && <0.2), tls (>=2.0 && <2.2) [details] |
| License | BSD-3-Clause |
| Author | Josh Burgess |
| Maintainer | Josh Burgess <joshburgess.webdev@gmail.com> |
| Uploaded | by joshburgess at 2026-04-29T03:07:08Z |
| Category | Network.HTTP |
| Home page | https://github.com/joshburgess/acolyte |
| Bug tracker | https://github.com/joshburgess/acolyte/issues |
| Source repo | head: git clone https://github.com/joshburgess/acolyte.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 7 total (7 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |