Optional
dataData sent in the request body.
Optional
httpThe custom agent used when performing http requests.
Optional
httpsThe custom agent used when performing https requests.
Optional
maxThe max size of the http response content in bytes.
The request method used when making the request.
Optional
middlewareMiddleware @sap-cloud-sdk/resilience!Middleware to be applied to the request. The request context is set using @sap-cloud-sdk/http-client!HttpMiddlewareContext.
Optional
parameterEncoder for the query parameters key and values. Per default parameters and keys are percent encoded.
Optional
proxySet this to false
to disable the proxy.
To configure the proxy you can add a @sap-cloud-sdk/connectivity!ProxyConfiguration to your destination.
Optional
urlServer URL that will be used for the request.
Relative url
can be used together with DestinationHttpRequestConfig#baseURL.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Represents an HTTP request config. This is the basis for actual request configurations and request configurations with origins.