Function formdata::write_formdata [] [src]

pub fn write_formdata<S: Write>(stream: &mut S, formdata: &FormData) -> Result<usizeError>

Stream out multipart/form-data body content matching the passed in formdata. This does not stream out headers, so the caller must stream those out before calling write_formdata().