-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support sending multipart/form-data in RestProxy #8702
Comments
@jianghaolu do you have any specific service scenarios this could be tested against to verify correctness? |
Most cognitive services accept multipart/form-data as input, e.g.: https://github.com/Azure/azure-rest-api-specs/blob/2e7ca21a5ad6f749e5bd453580f1c31c1d99b4e6/specification/cognitiveservices/data-plane/ComputerVision/stable/v1.0/ComputerVision.json#L563. |
The implementation of
Depending on the usage of |
loadtesting uses multipart, and they plan a GA soon (expect Nov.) At present they uses a helper method to use Let us know your opinion of this solution. |
We may need an update on it. OpenAI would use multipart/form-data in mid Sept. for transcription from video to text |
Hi @jianghaolu, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
@PartParam
and parse it in SwaggerMethodParserThe text was updated successfully, but these errors were encountered: