HTTP/2 200
date: Sat, 11 Oct 2025 00:13:48 GMT
content-type: text/html; charset=utf-8
server: cloudflare
cf-ray: 98ca27579b87c1b5-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=zDp4GC1vhV75lTvPZPAHfMHw2YYe4X5bEQ5s5Of0AYQ-1760141628-1.0.1.1-y7FBDJXY6LyVnALPwMBjIo1nGZWTmvKZD4_om8RDKF.OHyf46_JUF4XNgwnNFD2.lsqn3eHFKedNr6nsYm53c9Mm8zwF0wZzWcxInGskl3M; path=/; expires=Sat, 11-Oct-25 00:43:48 GMT; domain=.readthedocs.io; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=L1FJpij0j72VkzcktYt1ujRbOciPKJxzJvSg70CLmTM-1760141628953-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 .