HTTP_RESPONSE_RELEASE

Description

An iRule event triggered when the system is about to release HTTP data on the clientside of the connection. This event is triggered after modules process the HTTP response.

Examples

when HTTP_RESPONSE_RELEASE {
   log local0. "[IP::client_addr]:[TCP::client_port]: [HTTP::status] response to from [IP::server_addr]:[TCP::server_port]"
}

Disabled HTTP:: commands

Most HTTP commands should work in this event. The following commands are disallowed for HTTP_RESPONSE_RELEASE:

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.