REMAP {
    if inbound.method in ["GET", "HEAD"] {
        inbound.req.@X-Method = "{inbound.method}";
    }
}
