rouille::input::multipart

Function get_multipart_input

Source
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.