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 parameterEncoder for the query parameters key and values. Per default parameters and keys are percent encoded.
Optional proxyproxy of axios is disabled in http-client.
Proxy can be set with ProxyConfiguration.
Optional timeoutThe number of milliseconds before the request times out.
Optional urlServer URL that will be used for the request.
Relative url can be used together with baseURL.
Copyright Ⓒ 2023 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.