Interface for the https-agent within the Axios request config.

interface HttpsAgentConfig {
    httpsAgent: Agent;
}

Properties

Properties

httpsAgent: Agent

HTTPS agent either the node default or an HTTPS proxy agent if needed.

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