Represents the request configuration, that was inferred from a destination.

Hierarchy

  • DestinationHttpRequestConfig

Properties

baseURL: string

baseURL will be prepended to url unless url is absolute.

headers: Record<string, string>

headers are custom headers to be sent.

httpAgent?: Agent

httpAgent defines a custom agent to be used when performing http requests.

httpsAgent?: Agent

httpsAgent defines a custom agent to be used when performing https requests.

params?: Record<string, string>

params are the URL parameters to be sent with the request.

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