コンテンツにスキップ

IdempotencyResponseSnapshot

このコンテンツはまだ日本語訳がありません。

Defined in: src/idempotency/record.ts:33

A byte-faithful, credential-safe snapshot of the paid response, so a duplicate request can be replayed without re-running settlement or the inner handler. Headers are an allowlist captured by the server (hop-by-hop / Set-Cookie / auth headers are stripped); the body is base64.

Properties

bodyBase64

readonly bodyBase64: string

Defined in: src/idempotency/record.ts:36


headers

readonly headers: readonly readonly [string, string][]

Defined in: src/idempotency/record.ts:35


status

readonly status: number

Defined in: src/idempotency/record.ts:34