• Returns the http or https-agent config depending on the destination URL. If the destination contains a proxy configuration, the agent will be a proxy-agent. If not it will be the default http-agent coming from node.

    Parameters

    • destination: HttpDestination

      Determining which kind of configuration is returned.

    Returns HttpAgentConfig | HttpsAgentConfig

    The HTTP or HTTPS agent configuration.

    Deprecated

    Temporarily replaced by getAgentConfigAsync, will change its default behavior to be asynchronous in next major release.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.