OptionalbaseOptional Readonlycachedefault reads and writes the adapter metadata cache. bypass skips cache
lookup and write-through for endpoints that support SDK-local caching.
OptionalcrsOptionalextraOptionallayoutResolved endpoint layout. Omitted requests use the Honua facade fast
path (/ogc/features/...); the backend-agnostic surfaces resolve a
spec-driven layout once and thread it onto every request.
Optional ReadonlyrefreshRevalidate even when an SDK-local metadata entry is present. Adapters send
conditional validators when available and report refreshed on success.
OptionalresponseOptionalsignalOptionalstacSTAC-only: path prefix the STAC endpoints are mounted under. Defaults
to /stac (Honua facade). A raw STAC API root passes "". Ignored by
the OGC API Features methods (which use layout).
Optional ReadonlystaleAllow a cached metadata entry to be returned as stale when refresh fails.
Defaults to true; ignored when no cached metadata entry exists.
Optional ReadonlystaleOptional stale fallback window surfaced to callers in HonuaCacheState.
Optional ReadonlyttlOptional freshness budget surfaced to callers in HonuaCacheState.
Raw endpoint path prefix for the OGC API Tiles / Maps / Records / Processes families (the ones that do not use layout). Defaults to the family's Honua facade prefix (
/ogc/tiles,/ogc/maps,/ogc/records,/ogc/processes). A raw third-party endpoint mounted at a different root (discovered byconnect()) passes its service-root path here so every request resolves against the advertised layout. Ignored by OGC API Features (which uses layout) and STAC (which uses stacBasePath).