cherrypy.request.ws_handler

Here are the examples of the python api cherrypy.request.ws_handler taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : cherrypyserver.py
with MIT License
from MuRongPIG

        def index(self):
            cherrypy.log("Handler created: %s" % repr(cherrypy.request.ws_handler))

    cherrypy.quickstart(Root(), '/', config={'/': {'tools.websocket.on': True,