Interface HttpClientResponse<T>

Type Parameters

  • T

Hierarchy

  • HttpClientResponse

Properties

Properties

data: T

Parsed data from the HTTP response body

status: number

HTTP response status code

Generated using TypeDoc