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(connectors): cover host selection and binary responses in callApi
The proxy grew two capabilities after this module was written, and `proxyCall`
builds its payload field by field — so `host` was dropped on the floor even when
a caller passed it, and a binary response arrived with `data: null` and no way to
reach the bytes.
- `host` is forwarded when set and omitted when not, so the proxy applies the
connector's declared default rather than receiving an explicit null.
- `dataBase64` / `contentType` are mapped from the wire, for the media types a
connector declares as binary. Set instead of `data`, never alongside it.
- `body` no longer claims to be ignored for DELETE; the proxy forwards it, and
several provider APIs require it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments