You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
testing::handler_assert — typed assertion helpers for RfcOk<T>-returning handler unit tests (gated on rfc-types, no extra feature flag required). Covers the full api-bones payload surface:
payload<T> / list_payload<T> / cursor_payload<T> / keyset_payload<T> / bulk_payload<T> — extract typed data from RfcOk<T> without T: Debug
status / headers / etag_header — low-level header accessors