Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

headers

The headers for this part of the multipart request.

headers: HttpHeaders

Property Value