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: support custom agent in node http handler (#489)
* feat(node-http-handler): support custom agent
* fix: supply httpHandlerOptions with client.send() instead of httpOptions
* feat: remove Browser&Node handler options interface from types package
Because these interfaces are constructor interface for individual
http handler, they only need to be exposed from its own http handler
package
0 commit comments