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
readonlybodyBase64:string
Defined in: src/idempotency/record.ts:36
headers
readonlyheaders: readonly readonly [string,string][]
Defined in: src/idempotency/record.ts:35
status
readonlystatus:number
Defined in: src/idempotency/record.ts:34