REMAP {
    if inbound.req.X-Foo == "bar" with NOCASE {
        inbound.req.X-Result = "yes";
    }
}
