-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Post-handler hooks that can modify responses before serialization. Useful for adding headers, wrapping response data, or applying cross-cutting response logic without middleware.
Scope:
ResponseTransformerinterface or functional option- Runs after handler returns, before encoding
- Access to both the response value and http.ResponseWriter
Reactions are currently unavailable