Expand description
MultipartPart and the hand-rolled multipart/form-data encoder
crate::Request::resolve_body uses for crate::Request::multipart.
Structs§
- Multipart
Part - One part of a
crate::Request::multipartbody: either inline text (value) or a file (path), never both and never neither — enforced bycrate::Request::validate.