ltm rule event HTTP REQUEST RELEASEΒΆ

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

HTTP_REQUEST_RELEASE
       Triggered when the system is about to release HTTP data on the serverside of the connection.

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

Examples
	when HTTP_REQUEST_RELEASE {
	  log local0. "[IP::client_addr]:[TCP::client_port]: [HTTP::method] to [HTTP::host][HTTP::uri] using pool [LB::server]"
	}

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

BIG-IP							    2022-04-12							  iRule(1)