pub fn get_multipart_input(
request: &Request,
) -> Result<Multipart<'_>, MultipartError>
Expand description
Attempts to decode the content of the request as multipart/form-data
data.
pub fn get_multipart_input(
request: &Request,
) -> Result<Multipart<'_>, MultipartError>
Attempts to decode the content of the request as multipart/form-data
data.