Skip to main content

HttpResponse

@totemsdk/core


@totemsdk/core / HttpResponse

Interface: HttpResponse<T>

Type Parameters

T

T

Properties

data

data: T


headers

headers: Record<string, string>


ok

ok: boolean


status

status: number


statusText

statusText: string