(program (programItem (section SEND_RESPONSE { (sectionBody (conditional (ifStatement if (condition (expression (term (factor inbound.conn.TLS)))) (block { (blockItem (statement inbound.resp.X-LOCAL-ADDR = (value "{inbound.conn.LOCAL-ADDR}") ;)) (blockItem (statement inbound.resp.X-LOCAL-PORT = (value "{inbound.conn.LOCAL-PORT}") ;)) (blockItem (statement inbound.resp.X-REMOTE-ADDR = (value "{inbound.conn.REMOTE-ADDR}") ;)) (blockItem (statement inbound.resp.X-REMOTE-PORT = (value "{inbound.conn.REMOTE-PORT}") ;)) (blockItem (statement inbound.resp.X-TLS = (value "{inbound.conn.TLS}") ;)) (blockItem (statement inbound.resp.X-H2 = (value "{inbound.conn.H2}") ;)) (blockItem (statement inbound.resp.X-IPV4 = (value "{inbound.conn.IPV4}") ;)) (blockItem (statement inbound.resp.X-IPV6 = (value "{inbound.conn.IPV6}") ;)) (blockItem (statement inbound.resp.X-IP-FAMILY = (value "{inbound.conn.IP-FAMILY}") ;)) (blockItem (statement inbound.resp.X-STACK = (value "{inbound.conn.STACK}") ;)) })))) })) <EOF>)
