diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-28 07:33:32 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-28 07:33:32 +0800 |
commit | c180ca8b315fc177ad282cbbaf80b19db248fa54 (patch) | |
tree | 9a5546ee99c013e815880c9c51441c793bd633e5 /www/Makefile | |
parent | 0e20e74388655a7fdc8469a24a27dfa9307eaeff (diff) | |
download | freebsd-ports-gnome-c180ca8b315fc177ad282cbbaf80b19db248fa54.tar.gz freebsd-ports-gnome-c180ca8b315fc177ad282cbbaf80b19db248fa54.tar.zst freebsd-ports-gnome-c180ca8b315fc177ad282cbbaf80b19db248fa54.zip |
Add py-aioh2 0.2.2
aioh2 is an HTTP/2 implementation with hyper-h2 on Python 3 asyncio.
Features:
- Asynchronous HTTP/2 client and server
- Multiplexing streams of data with managed flow and priority control
- Optional tickless health check
WWW: https://github.com/decentfox/aioh2
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5de6186ef15e..08f657d0502e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1497,6 +1497,7 @@ SUBDIR += py-WebError SUBDIR += py-WebFlash SUBDIR += py-WebTest + SUBDIR += py-aioh2 SUBDIR += py-aiohttp SUBDIR += py-aiohttp-wsgi SUBDIR += py-albatross |