pub fn send( stream: &TcpStream, status_line: &str, headers: Option<Vec<(String, String)>>, contents_option: Option<Vec<u8>>, )