ltm rule event HTTP RESPONSE RELEASEΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

HTTP_RESPONSE_RELEASE
       Triggered when the system is about to release HTTP data on the clientside of the connection.

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]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.0.0 --First introduced the event.

BIG-IP						      2020-06-23					     iRule(1)