ltm rule command SPDY activeΒΆ

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



SPDY::active
       This command can be used to determine if a request is generated by
       SPDY.

SYNOPSIS
DESCRIPTION
       Returns 1 if the HTTP request is generated by SPDY. Returns 0
       otherwise.

RETURN VALUE
       The return is 1 if the HTTP request is generated by SPDY, 0 otherwise.

VALID DURING
       HTTP TCP

EXAMPLES
	when HTTP_REQUEST {
	    if {[SPDY::active]} {
		log local0. "request from SPDY client"
	    }
	}

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



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