FOOBAR {
    if inbound.header.Foo == "bar" {
        inbound.header.X = "nope";
    }
}
