SEND_RESPONSE {
    if inbound.req.X-Outer && (inbound.req.X-Inner-A || inbound.req.X-Inner-B) {
        inbound.resp.X-Result = "matched";
    }
}
