BodyPart interface
A part of the request body in a multipart request.
Properties
| body | The body of this part of the multipart request. |
| headers | The headers for this part of the multipart request. |
Property Details
body
The body of this part of the multipart request.
body: ReadableStream | Uint8Array | () => WebReadableStream<Uint8Array> | () => ReadableStream | WebReadableStream<Uint8Array> | Blob
Property Value
ReadableStream | Uint8Array | () => WebReadableStream<Uint8Array> | () => ReadableStream | WebReadableStream<Uint8Array> | Blob