async_httplib
pub async fn write_all<'_, '_, O>( output: &'_ mut O, data: &'_ [u8]) -> Result<usize, Error> where O: Write + Unpin,