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

    Type Alias CustomRequestConfig

    CustomRequestConfig: Pick<
        HttpRequestConfig,
        | "middleware"
        | "maxContentLength"
        | "proxy"
        | "httpAgent"
        | "httpsAgent"
        | "parameterEncoder",
    > & Record<string, any>

    The type for parameter in Custom Request Configuration.

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