]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
Export WebSocketDisconnect and add example handling disconnections to docs (#1822)
authorRupsi Kaushik <rkaus053@uottawa.ca>
Sun, 9 Aug 2020 13:52:19 +0000 (09:52 -0400)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 13:52:19 +0000 (15:52 +0200)
commit5ed48ccdc8705f1dcffe7044b3980f9d5f7c95b9
tree91951a0600df1514aed5ab5b113ec4ad529c0c27
parentf32d67c8b9bc314a6c45935a08b0b0360e769692
Export WebSocketDisconnect and add example handling disconnections to docs (#1822)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/advanced/websockets.md
docs_src/websockets/tutorial003.py [new file with mode: 0644]
fastapi/__init__.py
tests/test_tutorial/test_websockets/test_tutorial003.py [new file with mode: 0644]