{"id":20665884,"url":"https://github.com/catap/ngx_http_gunzip_filter_module","last_synced_at":"2025-04-19T16:40:55.626Z","repository":{"id":66725212,"uuid":"1647546","full_name":"catap/ngx_http_gunzip_filter_module","owner":"catap","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-17T15:48:42.000Z","size":104,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T10:22:09.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catap.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-04-21T22:20:54.000Z","updated_at":"2024-06-28T05:32:26.000Z","dependencies_parsed_at":"2023-04-27T23:01:30.994Z","dependency_job_id":null,"html_url":"https://github.com/catap/ngx_http_gunzip_filter_module","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catap%2Fngx_http_gunzip_filter_module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catap%2Fngx_http_gunzip_filter_module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catap%2Fngx_http_gunzip_filter_module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catap%2Fngx_http_gunzip_filter_module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catap","download_url":"https://codeload.github.com/catap/ngx_http_gunzip_filter_module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740044,"owners_count":21318674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T19:34:26.014Z","updated_at":"2025-04-19T16:40:55.620Z","avatar_url":"https://github.com/catap.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gunzip module for nginx.\n\nThis module allows gunzipping responses returned with Content-Encoding: gzip\nfor clients that doesn't support it.  It may be usefull if you prefer to store\ndata compressed (to save space or disk/network IO) but do not want to penalize\nclients without gzip support.\n\nNote well: only responses with Content-Encoding set to gzip before this module\nare handled (e.g. using \"add_header Content-Encoding gzip;\" isn't enough as it\nhappens after).  As of now only proxy and fastcgi are able to do so.\n\nThis module was designed to work with nginx 0.8.* (though it should work with\n0.7.* too).\n\nConfiguration directives:\n\n    gunzip (on|off)\n\n        Context: http, server, location\n        Default: off\n\n        Switches gunzip.\n\n    gunzip_buffers \u003cnumber\u003e \u003csize\u003e\n\n        Context: http, server, location\n        Default: 32 4k/16 8k\n\n        Specifies number and size of buffers available for decompression.\n\nUsage:\n\n    location /storage/ {\n        gunzip on;\n        ...\n    }\n\nTo compile nginx with gunzip module, use \"--add-module \u003cpath\u003e\" option to nginx\nconfigure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatap%2Fngx_http_gunzip_filter_module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatap%2Fngx_http_gunzip_filter_module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatap%2Fngx_http_gunzip_filter_module/lists"}