Groovy (Low-code)SDK Functions (Groovy)HTTP (deprecated)Proxyhttp.useProxyOn this pagehttp.useProxy http.useProxy(proxyAuth) Description Uses the proxy with the name stored in the credentials store. Parameters ParameterTypeExplanationproxyAuthStringThe name of the proxy that is in the credentials store Example http = option.httphttp.useProxy(proxyAuth)res = http.get(url)