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
feat(client): add RFC 2387 multipart/related support
Add runtime support for multipart/related requests following RFC 2387.
Introduces MultipartPart struct, MultipartRelatedBody trait, and
RequestBuilderExt::multipart_related() method for constructing
properly formatted multipart/related request bodies.
The implementation includes unique boundary generation using timestamp
and atomic counter, proper Content-Type and Content-ID headers for each
part, and correct CRLF formatting per RFC 2046/2387.
This provides the runtime foundation for multipart file uploads with
metadata in a single request body.
Refs: #1240
0 commit comments