(self, *args, **kwargs)
| 103 | 'tools.decode.default_encoding': ['utf-16'], |
| 104 | }) |
| 105 | def extra_charset(self, *args, **kwargs): |
| 106 | return ', '.join([': '.join((k, v)) |
| 107 | for k, v in cherrypy.request.params.items()]) |
| 108 | |
| 109 | @cherrypy.expose |
| 110 | @cherrypy.config(**{ |