HTTP/2 200
date: Sat, 11 Oct 2025 10:36:03 GMT
content-type: text/html; charset=utf-8
server: cloudflare
cf-ray: 98cdb6d3b94bb9d7-BLR
cf-cache-status: HIT
access-control-allow-origin: *
cache-control: max-age=1200
content-encoding: gzip
etag: W/"d5e5d09332b7489e943fa6146ee4d9c6"
last-modified: Sun, 27 Apr 2025 14:54:55 GMT
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: Accept-Encoding
access-control-allow-methods: HEAD, OPTIONS, GET
cdn-cache-control: public
referrer-policy: no-referrer-when-downgrade
x-amz-id-2: O7kNewIvM7SVefgqSYjyrMYytMfh5FTwYcXTmB+i1AbJBFIq2XXmA2KkdD53dnAL4kaK+2NaHLQ=
x-amz-meta-mtime: 1745765692.992931388
x-amz-request-id: NTP2ADYQYYYHCJJR
x-amz-server-side-encryption: AES256
x-backend: web-i-0afce001876948bda
x-content-type-options: nosniff
x-rtd-domain: hypercorn.readthedocs.io
x-rtd-force-addons: true
x-rtd-path: /proxito/html/hypercorn/latest/index.html
x-rtd-project: hypercorn
x-rtd-project-method: public_domain
x-rtd-resolver-filename: /
x-rtd-version: latest
x-rtd-version-method: path
x-served: Nginx-Proxito-Sendfile
set-cookie: __cf_bm=CwWKAmqjCKq2_26XX8643Y8OvdSGbYaabeNC5h3mgjc-1760178963-1.0.1.1-fQtfmB0xWYyRx627zEW6TAb3m1AQCTuQ9Jp5xOTVJ5zuydrXrYXjfL7kNXa_VT1d5HfkaswG_wLWVfih2mEkjshdRXElArr1DubL6bMuKOw; path=/; expires=Sat, 11-Oct-25 11:06:03 GMT; domain=.readthedocs.io; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=zIH6xZQv6X9jN8rDMDmWd46HcKRhM2Jet444XfhIsJU-1760178963438-0.0.1.1-604800000; path=/; domain=.readthedocs.io; HttpOnly; Secure; SameSite=None
alt-svc: h3=":443"; ma=86400
Hypercorn documentation — Hypercorn 0.17.3 documentation
Back to top
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 was initially part of Quart before being separated out into a
standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.
Hypercorn is developed on Github . You are very welcome to
open issues or
propose pull requests .