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
The following attributes will be added to the SDK Config struct:
//Allows providing a function which controls how/where request to a controller are proxied.
//See [http.Transport.Proxy] for more information
//If this value is nil, [http.ProxyFromEnvironment] is used. If you never want a proxy to be used,
//set a function which always returns nil.
CtrlProxy func(*http.Request) (*url.URL, error)
//Allows providing a function which controls how/where connections to a router are proxied.
RouterProxy func(addr string) *transport.ProxyConfiguration
The text was updated successfully, but these errors were encountered:
The following attributes will be added to the SDK Config struct:
The text was updated successfully, but these errors were encountered: