Standard proxy configuration without additional headers nor authorization info.

interface BasicProxyConfiguration {
    host: string;
    port: number;
    protocol: Protocol;
}

Hierarchy (view full)

Properties

Properties

host: string

The host of the proxy.

port: number

The port of the proxy.

protocol: Protocol

The protocol used by the proxy.

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