Browse Source

Fix redirect encode->Kludex and master->main

pull/15967/head
Yurii Motov 2 weeks ago
parent
commit
bbb68b91ec
  1. 2
      docs/en/docs/advanced/middleware.md

2
docs/en/docs/advanced/middleware.md

@ -91,7 +91,7 @@ There are many other ASGI middlewares.
For example: For example:
* [Uvicorn's `ProxyHeadersMiddleware`](https://github.com/encode/uvicorn/blob/master/uvicorn/middleware/proxy_headers.py) * [Uvicorn's `ProxyHeadersMiddleware`](https://github.com/Kludex/uvicorn/blob/main/uvicorn/middleware/proxy_headers.py)
* [MessagePack](https://github.com/florimondmanca/msgpack-asgi) * [MessagePack](https://github.com/florimondmanca/msgpack-asgi)
To see other available middlewares check [Starlette's Middleware docs](https://starlette.dev/middleware/) and the [ASGI Awesome List](https://github.com/florimondmanca/awesome-asgi). To see other available middlewares check [Starlette's Middleware docs](https://starlette.dev/middleware/) and the [ASGI Awesome List](https://github.com/florimondmanca/awesome-asgi).

Loading…
Cancel
Save