Interface: HttpClientEntry
Defined in: types/entry.types.ts:205
Extends
Properties
createdAt?
optionalcreatedAt:string
Defined in: types/entry.types.ts:42
Inherited from
familyHash?
optionalfamilyHash:string
Defined in: types/entry.types.ts:44
Inherited from
id?
optionalid:number
Defined in: types/entry.types.ts:39
Inherited from
payload
payload:
object
Defined in: types/entry.types.ts:207
duration
duration:
number
error?
optionalerror:string
hostname?
optionalhostname:string
method
method:
string
path?
optionalpath:string
requestBody?
optionalrequestBody:unknown
requestHeaders?
optionalrequestHeaders:Record<string,string>
responseBody?
optionalresponseBody:unknown
responseHeaders?
optionalresponseHeaders:Record<string,string>
statusCode?
optionalstatusCode:number
url
url:
string
requestId?
optionalrequestId:string
Defined in: types/entry.types.ts:41
Inherited from
resolvedAt?
optionalresolvedAt:string
Defined in: types/entry.types.ts:46
Inherited from
tags?
optionaltags:string[]
Defined in: types/entry.types.ts:45
Inherited from
type
type:
"http-client"
Defined in: types/entry.types.ts:206