Skip to main content

Module http

Module http 

Source
Expand description

Minimal HTTP host for runtime health, status, and command ingress.

Structs§

HttpApiConfig
Runtime HTTP listener and request-size configuration.
HttpCommandAuth
Bearer-token requirements and verifier for HTTP Runtime routes.
HttpReloadPolicy
Bounded health and drain policy for one routing reload.
HttpReloadSnapshot
Payload-free state and counters for a reloadable HTTP host.
PreparedRuntimeHttpGeneration
Prepared, health-gated candidate that can be consumed by one reload.
ReloadableRuntimeHttpHost
HTTP host whose stable listener dispatches through one atomic generation.
RequestValidationDetails
Details of an incoming query or command request used to verify its integrity.
RuntimeHttpHost
Embedded HTTP host for stable Runtime health, status, command, and query routes.
RuntimeHttpStateParts
Optional shared state used to compose a RuntimeHttpHost.
RuntimeStaticInfo
Non-sensitive Runtime facts exposed by health and status routes.
SyncLogViewError
Redacted failure to observe synchronization-log state.

Enums§

CommandCapabilityPolicyError
Stable reason a capability policy rejected an invocation.
HttpReloadPhase
Reload phase associated with a controlled failure.
RuntimeHttpReloadError
Controlled, redacted reload failure.

Traits§

CommandCapabilityPolicy
Authorizes application invocations against capability and leadership policy.
CommandTokenVerifier
Verifies command- and query-scoped bearer tokens.
SyncLogView
Read-only synchronization-log metrics exposed to the HTTP host.