pub async fn write_framed<W: AsyncWrite + Unpin>( w: &mut W, body: &[u8], ) -> Result<()>
Write a length-prefixed body (u32 big-endian length + bytes) to w.
u32
w