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(gateway): allow custom proxyFactory to use non-default proxyTypes (#96)
* fix(gateway): allow custom proxyFactory to use non-default proxyTypes
- Skip proxyType validation when a custom proxyFactory is provided
- Fallback to defaultProxyFactory only if custom one returns undefined
- Default missing proxy hooks to NOOP functions
* fix(gateway): improve proxyFactory logic to handle undefined responses
* chore(format): run code formatter
* docs: enhance README with detailed proxyFactory behavior explanation
0 commit comments