From f540e04ffe92cf635af7dd46cfca5fa29ef2d74b Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 17 Sep 2022 23:28:45 +0100 Subject: [PATCH] Updated API section of the documentation #nolog --- docs/api.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 242e144..67b7822 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -49,6 +49,30 @@ API Reference .. automodule:: microdot_session :members: +``microdot_websocket`` module +------------------------------ + +.. automodule:: microdot_websocket + :members: + +``microdot_asyncio_websocket`` module +------------------------------------- + +.. automodule:: microdot_asyncio_websocket + :members: + +``microdot_asgi_websocket`` module +------------------------------------- + +.. automodule:: microdot_asgi_websocket + :members: + +``microdot_ssl`` module +----------------------- + +.. automodule:: microdot_ssl + :members: + ``microdot_test_client`` module -------------------------------