• Creates a HttpBody in a lazy manner.

    Type Parameters

    • T = null | string | object | Blob | JSONArray

    Parameters

    • value: (() => T)
        • (): T
        • Returns T

    Returns HttpBody<T>

    a lazy HttpBody that does not resolve until computed.

Generated using TypeDoc