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: fix http custom headers for rest catalog (#1010)
- Add `extra_headers` to the http client. Previously, we didn't use
`extra_headers`.
~~- Support multiple values for customer headers. Because we use a
HashMap as RestCatalog properties, we can't specify multiple values for
a single HTTP header directly. This PR parses and extracts multiple
values from the properties for each header.~~
---------
Co-authored-by: Renjie Liu <[email protected]>
0 commit comments