std::http::health¶
Status: experimental
Liveness / readiness probes for HTTP health endpoints.
API details and source¶
The implementation source contains the complete declarations and implementation notes. The table below lists canonical Gossamer call signatures; every item name links directly to its implementation file.
| Item | Canonical signature or declaration | Description |
|---|---|---|
Health |
type Health |
Aggregates a set of named probes into a single status. |
Probe |
trait Probe |
One health check returning Ok or Err with a short message. |