ltm rule command COMPRESS gzipΒΆ

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

COMPRESS::gzip
       Sets HTTP data compression criteria.

SYNOPSIS
       COMPRESS::gzip (request | response)? (
							 (window_size NONNEGATIVE_INTEGER) |
							 (memory_level MEMORY_LEVEL) |
							 (level COMPRESS_LEVEL)
						    )

DESCRIPTION
       Sets criteria for compressing HTTP responses.

       COMPRESS::gzip memory_level 
	   Sets the gzip memory level.

       COMPRESS::gzip window_size 
	   Sets the gzip window size.

       COMPRESS::gzip level 
	   Specifies the amount and rate of compression.

RETURN VALUE
VALID DURING
       HTTP_RESPONSE

EXAMPLES
	when HTTP_RESPONSE {
	  COMPRESS::gzip level 9
	}

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

BIG-IP						      2020-06-23					     iRule(1)