Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResponseObject

description

Response interface for responses retrieved by browser

author

Alex Chomiak

date

2020-06-25

export
interface

ResponseObject

Hierarchy

  • ResponseObject

Index

Properties

body

body: Object | null

contentLength

contentLength: number

contentType

contentType: string

raw

raw: Buffer | null

text

text: string | null

url

url: string | null

Generated using TypeDoc