Skip to main content

Gzip compression

cp:otoroshi.next.plugins.GzipResponseCompressor

This plugin can compress responses using gzip

categories:

  • Transformations
  • Classic

default configuration:

{
"excluded_patterns" : [ ],
"allowed_list" : [ "text/*", "application/javascript", "application/json" ],
"blocked_list" : [ ],
"buffer_size" : 8192,
"chunked_threshold" : 102400,
"compression_level" : 5
}