def send(self, connection, values): for header in self.prepare(values): connection.send_header(header[0], header[1])