There was an error while loading. Please reload this page.
1 parent fee57a1 commit a7cc976Copy full SHA for a7cc976
1 file changed
docs/implementations.rst
@@ -56,7 +56,7 @@ HTTP/3 support requires the ``h3`` extra (``pip install anycorn[h3]``).
56
Uvicorn
57
-------
58
59
-*Stable* / https://www.uvicorn.org/
+*Stable* / https://uvicorn.dev/
60
61
A fast ASGI server based on uvloop and httptools.
62
Supports HTTP/1 and WebSockets.
@@ -189,7 +189,7 @@ for type conversion. Optional OpenAPI document generation.
189
Starlette
190
---------
191
192
-*Beta* / https://github.com/encode/starlette
+*Stable* / https://starlette.dev/
193
194
Starlette is a minimalist ASGI library for writing against basic but powerful
195
``Request`` and ``Response`` classes. Supports HTTP and WebSockets.
0 commit comments