Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestLogEntry

Hierarchy

  • RequestLogEntry

Index

Constructors

Properties

Constructors

constructor

  • new RequestLogEntry(url: string, method: string, description: string, body?: undefined | string): RequestLogEntry

Properties

Optional body

body: undefined | string

description

description: string

Optional jsonBody

jsonBody: any

method

method: string

url

url: string

Generated using TypeDoc