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