summaryrefslogtreecommitdiff
path: root/www/py-httpx-aiohttp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-httpx-aiohttp/pkg-descr')
-rw-r--r--www/py-httpx-aiohttp/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/py-httpx-aiohttp/pkg-descr b/www/py-httpx-aiohttp/pkg-descr
new file mode 100644
index 000000000000..2a54067663a9
--- /dev/null
+++ b/www/py-httpx-aiohttp/pkg-descr
@@ -0,0 +1,4 @@
+httpx-aiohttp provides transports for httpx to work on top of aiohttp,
+handling all high-level features like authentication, retries, and
+cookies through httpx, while delegating low-level socket-level HTTP
+messaging to aiohttp.