Constructors
constructor
- new RequestLogEntry(url: string, method: string, description: string, body?: undefined | string): RequestLogEntry
-
Parameters
-
url: string
-
method: string
-
description: string
-
Optional body: undefined | string
Properties
Optional body
body: undefined | string
description
description: string
Optional jsonBody
jsonBody: any