pub async fn get<W>(url: &str, handle: &mut W) -> Result<()> where
    W: AsyncWrite + Unpin