SEND_RESPONSE {
    if http.cntl.LOGGING {
        inbound.resp.X-Foo = "Logging on";
        http.cntl.LOGGING = false;
    }
}
