Describe the bug
Right now, binary multipart/form-data requests almost always fail to work.
Issues:
In my testing, I've used example requests from Swagger documentation and compared the result to the official java-based typescript-axios generator. The official generator correctly inferred the requests were containing files, made the operation input be File instead of Blob and correctly serialized and performed the request.
Describe the bug
Right now, binary
multipart/form-datarequests almost always fail to work.Issues:
In my testing, I've used example requests from Swagger documentation and compared the result to the official java-based typescript-axios generator. The official generator correctly inferred the requests were containing files, made the operation input be
Fileinstead ofBloband correctly serialized and performed the request.