uvicorn-36c
A version of Uvicorn which works with Python 3.6 and passes client certificates in the request scope.
Notes
This version fixes the h11 HTTP implementation to pass the client certificate through to the app, together with other request details as part of the scope.
Make sure to use the H11 Worker. E.g., when using gunicorn:
gunicorn -k uvicorn.workers.UvicornH11Worker src.main:app --reload --certfile cert.pem --keyfile key.pem --cert-reqs 2 --ca-certs cert.pem --timeout 1200
Release files for uvicorn36c 0.16.36
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| uvicorn36c-0.16.36.tar.gz | 39.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| uvicorn36c-0.16.36-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 94.7 kB
Release files / uvicorn36c-0.16.36.tar.gz
| Download URL | uvicorn36c-0.16.36.tar.gz |
|---|---|
| Size | 39.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22d9481c46e632368a60c75b5116f5e01c054df835e5e7363e72b09b227ae9ed
|
|
BLAKE2b-256 checksum How to use checksums |
f96aa0eab6226b03abe5627f79a9de493a2de53f6afe034d74398b3589d0562d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / uvicorn36c-0.16.36-py3-none-any.whl
| Download URL | uvicorn36c-0.16.36-py3-none-any.whl |
|---|---|
| Size | 55.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0ef364b2597e752f213b0504f602eb1ceb2b71afb1d892620337eba1521e74d1
|
|
BLAKE2b-256 checksum How to use checksums |
f20b83371ba010588115eca58e454ea938222000a718147c6b0e8cfec8207e53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|