AbortedRequest | mockttp

Interface AbortedRequest

Hierarchy (view full)

Properties

destination

Optionalerror

error?: {
    code?: string;
    message?: string;
    name?: string;
    stack?: string;
}

headers

httpVersion

httpVersion: string

id

id: string

OptionalmatchedRuleId

matchedRuleId?: string

method

method: string

path

path: string

protocol

protocol: string

rawHeaders

OptionalremoteIpAddress

remoteIpAddress?: string

OptionalremotePort

remotePort?: number

tags

tags: string[]

timingEvents

url

url: string