From f12a3272c9d676ad45cfe4ec7bf865f49fd58483 Mon Sep 17 00:00:00 2001 From: Elias Gabriel Date: Mon, 8 Jul 2024 09:41:09 -0400 Subject: [PATCH] Add asgi library to third party list (#8473) (cherry picked from commit 5e366198761d8eeba9e1e773fcf47daaea388c94) --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 29522e5364f..797f9f011ec 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -298,3 +298,6 @@ ask to raise the status. - `nacl_middleware `_ An aiohttp middleware library for asymmetric encryption of data transmitted via http and/or websocket connections. + +- `aiohttp-asgi-connector `_ + An aiohttp connector for using a ``ClientSession`` to interface directly with separate ASGI applications.