@hackage spire-server0.1.0.1
Spire-native HTTP/1.1 + HTTP/2 server, no WAI dependency
Categories
License
BSD-3-Clause
Maintainer
Josh Burgess <joshburgess.webdev@gmail.com>
Links
Versions
Installation
Dependencies (16)
- 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 Show all…
Dependents (3)
@hackage/acolyte-test, @hackage/spire-grpc, @hackage/acolyte
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.