Skip to main content

Module multipart

Module multipart 

Source
Expand description

MultipartPart and the hand-rolled multipart/form-data encoder crate::Request::resolve_body uses for crate::Request::multipart.

Structs§

MultipartPart
One part of a crate::Request::multipart body: either inline text (value) or a file (path), never both and never neither — enforced by crate::Request::validate.