• Extracts the value of a HttpBody type.

    Type Parameters

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

    Parameters

    • body: LazyHttpBody<T>

      the body which value will be extracted

    Returns T

    a value of T type, extracted from the HttpBody type.

Generated using TypeDoc