Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RawResponse

Package version

Simple type of the raw response.

Hierarchy

  • RawResponse

Index

Properties

Properties

Optional body

body: unknown

The parsed response body

headers

headers: {}

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

Type declaration

  • [headerName: string]: string

statusCode

statusCode: number

The HTTP status code

Generated using TypeDoc