You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only multipart/form-data is supported by multipart handling.
While this is probably the most important use case, also multipart/mixed is quite common, e.g. in REST APIs.
I recently struggled with batch requesting a SharepointOnline list and finally found my way through it. I thought, I could share my experience with the community and propose this PR #1100
The text was updated successfully, but these errors were encountered:
Currently, only multipart/form-data is supported by multipart handling.
While this is probably the most important use case, also multipart/mixed is quite common, e.g. in REST APIs.
I recently struggled with batch requesting a SharepointOnline list and finally found my way through it. I thought, I could share my experience with the community and propose this PR #1100
The text was updated successfully, but these errors were encountered: