SAP Cloud SDK for JavaScript - v4.8.0
    Preparing search index...

    Interface HttpAgentConfig

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

    interface HttpAgentConfig {
        httpAgent: Agent;
    }
    Index
    httpAgent: Agent

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