[][src]Function ntex::web::test::load_stream

pub async fn load_stream<S>(__arg0: S) -> Result<Bytes, Box<dyn Error>> where
    S: Stream<Item = Result<Bytes, Box<dyn Error>>> + Unpin

Reads response's body and combines it to a Bytes objects