From: Florimond Manca Date: Fri, 28 Apr 2023 06:52:16 +0000 (+0200) Subject: Add httpx-sse to Third Party Packages (#2683) X-Git-Tag: 0.24.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859038a9e6cd3fa3dfb86a9d8e8d799e7d0a16f2;p=thirdparty%2Fhttpx.git Add httpx-sse to Third Party Packages (#2683) --- diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index d54b31c4..bad9a9ba 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -54,6 +54,12 @@ A utility for record and repeat an http request. This package adds caching functionality to HTTPX +### httpx-sse + +[GitHub](https://github.com/florimondmanca/httpx-sse) + +Allows consuming Server-Sent Events (SSE) with HTTPX. + ### robox [Github](https://github.com/danclaudiupop/robox)