Module host

Module host 

Source
Expand description

Server host for transport-agnostic API exposure

This module provides a ServerHost structure that contains all framework state needed to expose the API via any protocol (REST, GraphQL, gRPC, etc.)

The host is completely agnostic to the transport protocol and serves as the single source of truth for the application state.

Structsยง

ServerHost
Host context containing all framework state