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

interface HttpAgentConfig {
    httpAgent: Agent;
}

Properties

Properties

httpAgent: Agent

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

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