Expand description
Secure loopback-first HTTP delivery for public versioned contracts.
Opening the embedded engine does not start a listener. Callers explicitly
construct HyphaeServer, bind it, and provide a graceful-shutdown future.
Structs§
- Bearer
Token - One bearer credential retained only as a BLAKE3 digest.
- Bound
Server - Successfully bound HTTP service awaiting a shutdown signal.
- Hyphae
Server - Opened optional HTTP surface owning exactly one embedded Hyphae engine.
- Server
Config - Validated input for one owned loopback-first Hyphae server.
- Server
Limits - Complete resource policy enforced by one HTTP server process.
Enums§
- Server
Config Error - Invalid secure-server configuration rejected before socket bind.
- Server
Error - Failure before or while running the optional HTTP delivery surface.
Constants§
- DEFAULT_
PORT - Default loopback-only address used by
hyphae serve.