Class to build and concatenate multipart form data
The string used to define multipart boundaries and the end of body.
Readonly
Protected
Append a part to the multipart form data.
The part name.
The part data.
Optional
Pass headers in the options for custom part headers.
After appending data, use toString() to concatenate the form data for your request.
Generated using TypeDoc
Class to build and concatenate multipart form data