Skip to main content

Interface: HttpClientEntry

Defined in: types/entry.types.ts:205

Extends​

Properties​

createdAt?​

optional createdAt: string

Defined in: types/entry.types.ts:42

Inherited from​

BaseEntry.createdAt


familyHash?​

optional familyHash: string

Defined in: types/entry.types.ts:44

Inherited from​

BaseEntry.familyHash


id?​

optional id: number

Defined in: types/entry.types.ts:39

Inherited from​

BaseEntry.id


payload​

payload: object

Defined in: types/entry.types.ts:207

duration​

duration: number

error?​

optional error: string

hostname?​

optional hostname: string

method​

method: string

path?​

optional path: string

requestBody?​

optional requestBody: unknown

requestHeaders?​

optional requestHeaders: Record<string, string>

responseBody?​

optional responseBody: unknown

responseHeaders?​

optional responseHeaders: Record<string, string>

statusCode?​

optional statusCode: number

url​

url: string


requestId?​

optional requestId: string

Defined in: types/entry.types.ts:41

Inherited from​

BaseEntry.requestId


resolvedAt?​

optional resolvedAt: string

Defined in: types/entry.types.ts:46

Inherited from​

BaseEntry.resolvedAt


tags?​

optional tags: string[]

Defined in: types/entry.types.ts:45

Inherited from​

BaseEntry.tags


type​

type: "http-client"

Defined in: types/entry.types.ts:206

Overrides​

BaseEntry.type