[][src]Function rouille::input::multipart::get_multipart_input

pub fn get_multipart_input(
    request: &Request
) -> Result<Multipart, MultipartError>

Attempts to decode the content of the request as multipart/form-data data.