Skip to content

RFC: Interceptor middleware chain#23

Open
joshuajbouw wants to merge 1 commit into
mainfrom
rfc/interceptor-chain
Open

RFC: Interceptor middleware chain#23
joshuajbouw wants to merge 1 commit into
mainfrom
rfc/interceptor-chain

Conversation

@joshuajbouw

Copy link
Copy Markdown
Contributor

Priority-ordered event dispatch with short-circuit semantics. Interceptors return Continue, Final, or Deny to control the middleware chain.

Split from the capsule interface system RFC (#20) — the interceptor chain is a dispatch architecture concern, not an interface contract concern. Different audiences: this RFC is for capsule authors building guards, caches, and transforms.

Priority-ordered event dispatch with Continue/Final/Deny short-circuit
semantics. Separated from capsule interface system RFC — different
concern (dispatch architecture vs interface contracts).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant