Is this a new bug?
Current Behavior
When sending multipart form requests, the SDK does not attach the headers such as Content-Type to individual parts.
Expected Behavior
Each part of the multipart request should include its appropriate headers.
Steps To Reproduce
- Create a multipart request containing both a file and a JSON parameter.
- Observe the request being sent using a request inspector (e.g., Beeceptor or Postman).
- Notice that headers such as Content-Type: application/json for JSON data are missing.
Environment
- **OS**: Windows
- **Node.js Version**: node v22.15.1
- **TypeScript Version**:
- **Package Manager & Version**:
- **Compiler / Runtime Details**:
- **Framework / Library Versions (if applicable)**:
- **Browser Version (if applicable)**:
- **SDK Name**:
Relevant log output
Additional Context
No response
Is this a new bug?
Current Behavior
When sending multipart form requests, the SDK does not attach the headers such as Content-Type to individual parts.
Expected Behavior
Each part of the multipart request should include its appropriate headers.
Steps To Reproduce
Environment
Relevant log output
Additional Context
No response