Class HttpResponseAbstract

Types an HTTP response. Property stringify indicates whether or not the response body should be used when creating a string representation of the response.

Hierarchy

Methods

  • Casts the response body as of type . Useful to extract the body to a specific type.

    Unsafe method!

    Type Parameters

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

    Returns LazyHttpBody<T>

    a typed version of HttpBody

Generated using TypeDoc