ltm rule command SPDY streamidΒΆ

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



SPDY::streamid
       This command can be used to determine the id of current stream.

SYNOPSIS
DESCRIPTION
       Returns the stream id. Returns 0 if SPDY is not active.

RETURN VALUE
       The return is a number indicating stream id. Is 0 if SPDY is not
       active.

VALID DURING
       HTTP TCP

EXAMPLES
	when HTTP_REQUEST {
	    if {[SPDY::version] != 0} {
		HTTP::header insert "X-SPDY-Values streamid/priority " "[SPDY::streamid]/[SPDY::priority]"
	    }
	}

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



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