Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResponseLogEntry

Hierarchy

  • ResponseLogEntry

Index

Constructors

constructor

  • new ResponseLogEntry(status: number, body?: undefined | string, contentType?: undefined | string, contentLocation?: undefined | string): ResponseLogEntry

Properties

Optional body

body: undefined | string

Optional contentLocation

contentLocation: undefined | string

Optional contentType

contentType: undefined | string

Optional jsonBody

jsonBody: any

status

status: number

Generated using TypeDoc