ltm rule event HTTP RESPONSE DATAΒΆ

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



HTTP_RESPONSE_DATA
       Triggered when an HTTP::collect command has collected the specified
       amount of response data.

DESCRIPTION
       An iRule event triggered when an HTTP::collect command has collected
       the specified amount of response data. Also triggered if the server
       closes the connection before the HTTP::collect command finishes
       processing.

Examples
	when HTTP_RESPONSE_DATA {
	    regsub "oursite" [HTTP::payload] "oursitedev" fixeddata
	    log "Replacing payload with fixed data."
	    HTTP::payload replace 0 $clen $fixeddata
	    HTTP::release
	}

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



BIG-IP				  2017-01-31			      iRule(1)