• Converts a HttpBody in a FetchBody.

    Type Parameters

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

    Parameters

    • body: LazyHttpBody<T>

      the body to convert

    Returns FetchBody

    a type of FetchBody that translates HttpBody.

Generated using TypeDoc