Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Response

Hierarchy

  • Response

Index

Properties

body

body: any

constructor

  • new Response(res: any, resOptions: any): Response

coreRes

coreRes: any

headers

headers: any

ok

ok: boolean

resOptions

resOptions: any

statusCode

statusCode: number

Methods

_addChunk

  • _addChunk(chunk: any): void

json

  • json(): Promise<any>

text

  • text(): Promise<string>

Generated using TypeDoc