hypercorn 0.11.2-1 source package in Ubuntu

Changelog

hypercorn (0.11.2-1) unstable; urgency=medium

  * New upstream release.

 -- Andrej Shadura <email address hidden>  Fri, 26 Feb 2021 10:01:43 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hypercorn_0.11.2-1.dsc 1.8 KiB 129bebd390f97d65c332166d973c353a04c5864803077b1f81211752e9209fee
hypercorn_0.11.2.orig.tar.gz 102.4 KiB 5ba1e719c521080abd698ff5781a2331e34ef50fc1c89a50960538115a896a9a
hypercorn_0.11.2-1.debian.tar.xz 2.6 KiB 00e87f095e7ee2c6f26fc8111abf9470b626f8d5cb4775ffa85654f9da347b5d

Available diffs

No changes file available.

Binary packages built by this source

python3-hypercorn: ASGI Server based on Hyper libraries and inspired by Gunicorn

 Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2,
 and wsproto libraries and inspired by Gunicorn. Hypercorn supports
 HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3
 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker
 types.
 .
 Hypercorn can optionally serve the current draft of the HTTP/3
 specification using the aioquic library.
 .
 Hypercorn was initially part of Quart before being separated out into
 a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.