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§
- Load
Error - Categorized load error. Concrete shape per error kind kept intentionally narrow — consumers usually only need the kind + summary for display, not deep structured access.
- Load
Progress - 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§
Traits§
- Loading
Query - 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.