Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 626 Bytes

handlers.rst

File metadata and controls

21 lines (16 loc) · 626 Bytes

Request handlers

Tornadose defines handlers for using the EventSource interface or WebSockets. For other handlers, the BaseHandler class is provided.

tornadose.handlers.BaseHandler

tornadose.handlers.EventSource

tornadose.handlers.WebSocketSubscriber