ltm rule command SPDY requestsΒΆ

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



SPDY::requests
       This command can be used to determine the count of requests received in
       the current SPDY session.

SYNOPSIS
DESCRIPTION
       Returns the count of requests received in the current SPDY session.
       This includes the current request. Returns 0 if SPDY is not active.

RETURN VALUE
       The return is a number indicating count of requests received in current
       SPDY session. The return is 0 if SPDY is not active.

VALID DURING
       HTTP TCP

EXAMPLES
	when HTTP_REQUEST {
	    log local0. "Number of requests received in current session is [SPDY::requests]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0
	   --First introduced the command.



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