Uvicorn HTTParse
The uvicorn-httparse package uses httparse to parse HTTP requests in Uvicorn.
httparse is a Python binding of a Rust library that gives its name.
Installation
pip install uvicorn-httparse
Usage
import uvicorn
if __name__ == "__main__":
uvicorn.run("app:app", http="uvicorn_httparse.HttparseProtocol")
For more details, see the Uvicorn documentation.
License
This project is licensed under the terms of the MIT license.
Release files for uvicorn-httparse 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| uvicorn_httparse-0.1.0.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| uvicorn_httparse-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.8 kB
Release files / uvicorn_httparse-0.1.0.tar.gz
| Download URL | uvicorn_httparse-0.1.0.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
462b11710353de2ced16e4d1c40110d6b98543ff5c4e4b9f1422e7cbbb5993de
|
|
BLAKE2b-256 checksum How to use checksums |
aaf5b5ee6c58df1d1ef1a3d925aad9011e492e8edf980c35ee0b7a87f9241009
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.12.0 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.15+
|
Release files / uvicorn_httparse-0.1.0-py3-none-any.whl
| Download URL | uvicorn_httparse-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
56dfe509c0f18696a118de053e324619d1b0ab5f971d198f8d68ba7d3fd81f39
|
|
BLAKE2b-256 checksum How to use checksums |
6138a1823b7e3c7b984eb3bc32c3aa18971234b587f3b93c18e55fed1cd9e334
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.12.0 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.15+
|