ltm rule command MR streamΒΆ

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



MR::stream
       Start egressing bytes previously collected and stored. Use end to
       indicate final payload segment.

SYNOPSIS
       MR::stream ( 'end' )? (BYTES)

DESCRIPTION
       Start egressing bytes previously collected and stored say in sessionDB.
       If payload has been split in multiple segments, use end to indicate the
       final segment.

       SYNTAX

       MR::stream 
	   Stream payload segment.

       MR::stream end 
	   Stream payload segement. End indicates final segment.

RETURN VALUE
VALID DURING
       MR_EGRESS

EXAMPLES
	when MR_EGRESS {
	    MR::stream end "abcd"
	}

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



BIG-IP				  2019-05-10			      iRule(1)