Revert "Merge branch 'master' of github.com:kennethreitz/responder"

This reverts commit 446deffc17, reversing
changes made to e0863115ee.
This commit is contained in:
2018-10-23 08:00:30 -04:00
parent 446deffc17
commit 950be14eca
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ WebSocket Support
Responder supports WebSockets::
@api.route('/ws', websocket=True)
@api.ws_route('/ws')
async def hello(ws):
await ws.accept()
await ws.send_text("Hello via websocket!")