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
feat: Wire AfterResponseHook through HandlerConfig
Add afterHooks field to HandlerConfig record, add afterHooks list and
afterResponseHook(...) builder method beside interceptor(...), and pass
List.copyOf(afterHooks) into HandlerConfig in build(). Hooks are stored
but not yet fired — execution wiring comes in a later task.
0 commit comments