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 [ XgzipX | XdeflateX ]
	   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							    2022-04-12							  iRule(1)