Interface: BatchResponsePart
Defined in: packages/core/src/batch/batch-types.ts:58
Represents the HTTP response for a single operation within a batch response.
Properties
body?
readonlyoptionalbody?:string
Defined in: packages/core/src/batch/batch-types.ts:66
Serialized response body, if any
contentId?
readonlyoptionalcontentId?:string
Defined in: packages/core/src/batch/batch-types.ts:60
Content-ID from the corresponding request part, if any
headers
readonlyheaders:Readonly<Record<string,string>>
Defined in: packages/core/src/batch/batch-types.ts:64
Response headers for this operation
statusCode
readonlystatusCode:number
Defined in: packages/core/src/batch/batch-types.ts:62
HTTP status code for this operation