Skip to main content

Crate hyphae_server

Crate hyphae_server 

Source
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§

BearerToken
One bearer credential retained only as a BLAKE3 digest.
BoundServer
Successfully bound HTTP service awaiting a shutdown signal.
HyphaeServer
Opened optional HTTP surface owning exactly one embedded Hyphae engine.
ServerConfig
Validated input for one owned loopback-first Hyphae server.
ServerLimits
Complete resource policy enforced by one HTTP server process.

Enums§

ServerConfigError
Invalid secure-server configuration rejected before socket bind.
ServerError
Failure before or while running the optional HTTP delivery surface.

Constants§

DEFAULT_PORT
Default loopback-only address used by hyphae serve.