Type alias: HttpResponseReader()<Data>
HttpResponseReader<Data
>: (response
) => Promise
<Data
>
Read the response's content to a deserializable data.
Type parameters
• Data = any
Parameters
• response: Response
Returns
Promise
<Data
>
Source
packages/http/src/types.ts:76