pub fn write_chunked_string( stream: &mut TcpStream, first_line: String, chunk: &[u8], trailers: Headers, compression: CompressionAlgorithm, )