ltm rule event HTTP RESPONSE CONTINUEΒΆ

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

HTTP_RESPONSE_CONTINUE
       Triggered whenever the system receives a 100 Continue response from the server.

DESCRIPTION
       An iRule event triggered whenever the system receives a 100 Continue response from the server.

Examples
	when HTTP_RESPONSE_CONTINUE {
	  if { [HTTP::version] != 1.1 } {
	    log "Buggy server: sent 100-Continue to non-1.1 client!"
	  }
	}

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

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