(self, *args, **kwargs)
| 112 | 'tools.decode.encoding': 'utf-16', |
| 113 | }) |
| 114 | def force_charset(self, *args, **kwargs): |
| 115 | return ', '.join([': '.join((k, v)) |
| 116 | for k, v in cherrypy.request.params.items()]) |
| 117 | |
| 118 | root = Root() |
| 119 | root.gzip = GZIP() |