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
fix(codegen): implement type-driven form encoding across SDKs (#1674)
Transition from explicitly assigning Content-Type headers inside
generated methods to using native language Wrapper Types (e.g.
URLSearchParams, FormValues) that the Runtime Library automatically
deserializes for application/x-www-form-urlencoded behaviors.
Fixes#1673
0 commit comments