[][src]Function http_req::request::copy_exact

pub fn copy_exact<R: ?Sized, W: ?Sized>(
    reader: &mut R,
    writer: &mut W,
    num_bytes: usize
) -> Result<()> where
    R: Read,
    W: Write

Copies a given amount of bytes from reader to writer.