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
codegen: support mixed unary + SSE results (#3883)
Support methods that define both Result and StreamingResult with distinct types.
Generate HTTP content negotiation (JSON vs SSE), endpoint wrappers that accept a
unified input struct, and a split client API for unary vs streaming. Ensure SSE
codegen works in mixed results mode and add targeted tests.
0 commit comments