Skip to content
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

[core-client-rest] Determine how to handle unexpected body shapes #29424

Open
timovv opened this issue Apr 25, 2024 · 0 comments
Open

[core-client-rest] Determine how to handle unexpected body shapes #29424

timovv opened this issue Apr 25, 2024 · 0 comments
Assignees
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@timovv
Copy link
Member

timovv commented Apr 25, 2024

Follow up to this PR thread. The default behavior seems to be to JSON.stringify if we run into a body shape we don't know how to handle: 1, 2, 3. In some cases this might make sense, but in other scenarios e.g. multipart/form-data it does not. Is there a better way to handle this scenario?

@timovv timovv added Client This issue points to a problem in the data-plane of the library. Azure.Core labels Apr 25, 2024
@timovv timovv added this to the Backlog milestone Apr 25, 2024
@timovv timovv self-assigned this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

No branches or pull requests

1 participant