@hackage spire-server0.1.0.0

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.