pub fn write_chunk<W: Write>(writer: &mut W, bytes: &[u8]) -> Result<()>
Emit one HTTP chunk (<hex-size>\r\n<bytes>\r\n). A zero-length payload is silently dropped — the terminator chunk lives in write_chunked_terminator.
<hex-size>\r\n<bytes>\r\n
write_chunked_terminator