我想在应用程序级别执行上述操作,而不是针对单个请求。在配置文件中另外一次性解决方案/设置将此设置为服务器的默认设置将会很有帮助。
答案 0 :(得分:0)
在cherrypy配置文件中使用tools.gzip.on: True
。
见link
另外,如果你可以使用uwsgi,你可以将它添加到你的配置中:
route-if = contains:${HTTP_ACCEPT_ENCODING};gzip goto:mygzipper
route-run = last:
route-label = mygzipper
; pass the response to the gzip transformation
route = .* delheader:Content-Length
route = .* gzip: