ltm rule command COMPRESS methodΒΆ

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



COMPRESS::method
       Specifies the preferred compression algorithm.

SYNOPSIS
       COMPRESS::method (request | response)? prefer ('gzip' | 'deflate')

DESCRIPTION
       Specifies the preferred compression algorithm.

       COMPRESS::method prefer [ aXXgzipaXX | aXXdeflateaXX ]
	   Specifies the preferred compression algorithm, either gzip or
       deflate.

RETURN VALUE
VALID DURING
       HTTP_REQUEST_SEND

EXAMPLES
	when HTTP_REQUEST_SEND {
	 COMPRESS::method prefer gzip
	}

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



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