Skip to main content

Module loading

Module loading 

Source
Expand description

Request/response state for the active session — redirects, MIME, TLS summary, cache origin, errors.

Cf. Hekate doc §“Loading/Network Plane”. Lanes (or their protocol adapters) emit loading events; Hekate records the normalized snapshot per session; the host displays status / error / progress.

Structs§

LoadError
Categorized load error. Concrete shape per error kind kept intentionally narrow — consumers usually only need the kind + summary for display, not deep structured access.
LoadProgress
Progress signal: bytes received vs (optionally) total bytes.
TlsSummary
Minimal TLS handshake summary. Lane-specific protocols (Gemini, Tor onion) may extend this in their own observables.

Enums§

CacheOrigin
LoadErrorKind
LoadingState

Traits§

LoadingQuery
Common-minimum loading-state queries. Implemented by Hekate’s per-session snapshot — exposed to the host for chrome (URL bar, security indicator, loading spinner) and to Apparatus for debugging.