@hackage / spire-server

Spire-native HTTP/1.1 + HTTP/2 server, no WAI dependency

Latest0.1.0.1

About

Metadata

  • Last updated , by joshburgess
  • License BSD-3-Clause
  • Maintained by: Josh Burgess <joshburgess.webdev@gmail.com>

  • Lottery factor: 1

Links

Installation

Readme

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.