RawResponse interface

Simple type of the raw response.

Properties

body

The parsed response body

headers

A HttpHeaders collection in the response represented as a simple JSON object where all header names have been normalized to be lower-case.

statusCode

The HTTP status code

Property Details

body

The parsed response body

body?: unknown

Property Value

unknown

headers

A HttpHeaders collection in the response represented as a simple JSON object where all header names have been normalized to be lower-case.

headers: {[headerName: string]: string}

Property Value

{[headerName: string]: string}

statusCode

The HTTP status code

statusCode: number

Property Value

number