summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_compress_gzip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-19HTTP: compress: gzip: calculating wbits and memlevel dynamically.alx-gzipAlejandro Colomar1-4/+32
2023-12-19HTTP: compress: checking $header_accept_encoding.Alejandro Colomar1-0/+11
2023-12-19HTTP: compress: added "mime_types" rule.Alejandro Colomar1-0/+10
2023-12-19HTTP: compress: added configurable threshold for Content-Length.Alejandro Colomar1-6/+3
2023-10-25Auto: zlib: added --no-zlib.Alejandro Colomar1-2/+12
2023-10-25HTTP: compress: added configurable "level" of compression.Alejandro Colomar1-2/+6
2023-10-25HTTP: compress: added "encoding": "gzip".Alejandro Colomar1-0/+179