ltm rule command SPDY versionΒΆ

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



SPDY::version
       This command can be used to determine the SPDY protocol version used.

SYNOPSIS
DESCRIPTION
       Returns the SPDY protocol version used. Returns 0 if no SPDY request is
       active.

RETURN VALUE
       The return is a string containing SPDY protocol version, 0 if SPDY is
       not active.

VALID DURING
       HTTP TCP

EXAMPLES
	when HTTP_REQUEST {
	    HTTP::header insert "X-SPDY-Values version " "[SPDY::version]"
	}

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



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